Habari\HiEngineParser::stream_eof PHP Метод

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

Report whether the stream is at the end of the file
public stream_eof ( ) : boolean
Результат boolean true if the file pointer is at or beyond the end of the file
    function stream_eof()
    {
        return $this->position >= strlen($this->file);
    }