Tale\Jade\Renderer\Adapter\Stream\Wrapper::stream_tell PHP Méthode

stream_tell() public méthode

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