public function StreamWrapperInterface::stream_close in Drupal 7
1 method overrides StreamWrapperInterface::stream_close()
- DrupalLocalStreamWrapper::stream_close in includes/
stream_wrappers.inc - Support for fclose().
File
- includes/
stream_wrappers.inc, line 100 - Drupal stream wrapper interface.
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface.
Code
public function stream_close();