You are here

public function OEmbedStreamWrapper::stream_eof in oEmbed 7

Same name and namespace in other branches
  1. 7.0 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::stream_eof()

Support for feof().

Return value

bool TRUE if end-of-file has been reached.

Overrides StreamWrapperInterface::stream_eof

File

./OEmbedStreamWrapper.inc, line 228
Create a oEmbed Stream Wrapper class.

Class

OEmbedStreamWrapper
@file Create a oEmbed Stream Wrapper class.

Code

public function stream_eof() {
  return FALSE;
}