FOF30\Utils\Buffer::stream_eof PHP Метод

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

Function to test for end of file pointer
См. также: streamWrapper::stream_eof
С версии: 11.1
public stream_eof ( ) : boolean
Результат boolean True if the pointer is at the end of the stream
    public function stream_eof()
    {
        return $this->position >= strlen(static::$buffers[$this->name]);
    }