Gc\View\Stream::streamEof PHP Метод

streamEof() публичный Метод

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