public function StreamWrapperInterface::stream_eof in D7 Media 6
2 methods override StreamWrapperInterface::stream_eof()
- ResourceReadOnlyStreamWrapper::stream_eof in resource/
ResourceReadOnlyStreamWrapper.inc - Support for feof().
- ResourceStreamWrapper::stream_eof in resource/
ResourceStreamWrapper.inc - Support for feof().
File
- resource/
ResourceStreamWrapper.inc, line 14
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface. @see: http://php.net/manual/en/function.stream-wrapper-register.php
Code
public function stream_eof();