Gc\View\Stream::streamTell PHP Method

streamTell() public method

Tells the current position in the stream.
public streamTell ( ) : integer
return integer
    public function streamTell()
    {
        return self::$position[$this->path];
    }