public function StreamWrapperInterface::stream_close

7.x stream_wrappers.inc public StreamWrapperInterface::stream_close()
1 method overrides StreamWrapperInterface::stream_close()
DrupalLocalStreamWrapper::stream_close in drupal-7.x/includes/stream_wrappers.inc
Support for fclose().

File

drupal-7.x/includes/stream_wrappers.inc, line 100
Drupal stream wrapper interface.

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function stream_close();