You are here

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\StreamWrapper

Code

public function stream_eof() {
  return FALSE;
}