FOF30\Utils\Buffer::stream_tell PHP Метод

stream_tell() публичный Метод

Function to get the current position of the stream
См. также: streamWrapper::stream_tell
С версии: 11.1
public stream_tell ( ) : integer
Результат integer
    public function stream_tell()
    {
        return $this->position;
    }