TestPhpInputStream::stream_eof PHP Méthode

stream_eof() public méthode

Determines if we have reached the end of the file.
public stream_eof ( ) : boolean
Résultat boolean
    public function stream_eof()
    {
        return $this->read >= strlen(self::$content);
    }