TestFileSystemStream::stream_eof PHP Метод

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

Returns if the pointer is at the end of the file.
public stream_eof ( ) : boolean
Результат boolean
    public function stream_eof()
    {
        return $this->read >= strlen(self::$dir[$this->path]);
    }