Tale\Jade\Renderer\Adapter\Stream\Wrapper::stream_tell PHP Method

stream_tell() public method

Returns the current position in our stream
public stream_tell ( ) : integer
return integer
    public function stream_tell()
    {
        return $this->position;
    }