Gc\View\Stream::streamTell PHP Méthode

streamTell() public méthode

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