public function oEmbedStream::stream_eof in oEmbed 8
Support for feof().
Return value
bool TRUE if end-of-file has been reached.
Overrides PhpStreamWrapperInterface::stream_eof
File
- src/
StreamWrapper/ oEmbedStream.php, line 171 - Create a oEmbed Stream Wrapper class.
Class
- oEmbedStream
- @file Create a oEmbed Stream Wrapper class.
Namespace
Drupal\oembed\StreamWrapperCode
public function stream_eof() {
return FALSE;
}