Opis\Closure\ClosureStream::stream_eof PHP 메소드

stream_eof() 공개 메소드

public stream_eof ( )
    public function stream_eof()
    {
        return $this->pointer >= $this->length;
    }