Tale\Jade\Renderer\Adapter\Stream\Wrapper::stream_tell PHP Метод

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

Returns the current position in our stream
public stream_tell ( ) : integer
Результат integer
    public function stream_tell()
    {
        return $this->position;
    }