Gc\View\Stream::streamEof PHP Method

streamEof() public method

Tells if we are at the end of the stream.
public streamEof ( ) : boolean
return boolean
    public function streamEof()
    {
        return self::$position[$this->path] >= strlen(self::$data[$this->path]);
    }