You are here

public function StreamWrapperInterface::stream_tell in D7 Media 6

2 methods override StreamWrapperInterface::stream_tell()
ResourceReadOnlyStreamWrapper::stream_tell in resource/ResourceReadOnlyStreamWrapper.inc
Support for ftell().
ResourceStreamWrapper::stream_tell in resource/ResourceStreamWrapper.inc
Support for ftell().

File

resource/ResourceStreamWrapper.inc, line 17

Class

StreamWrapperInterface
Generic PHP stream wrapper interface. @see: http://php.net/manual/en/function.stream-wrapper-register.php

Code

public function stream_tell();