public function oEmbedStream::stream_tell in oEmbed 8
Support for ftell().
@todo document why this returns false.
Return value
bool The current offset in bytes from the beginning of file.
Overrides PhpStreamWrapperInterface::stream_tell
File
- src/
StreamWrapper/ oEmbedStream.php, line 199 - Create a oEmbed Stream Wrapper class.
Class
- oEmbedStream
- @file Create a oEmbed Stream Wrapper class.
Namespace
Drupal\oembed\StreamWrapperCode
public function stream_tell() {
return FALSE;
}