WordPress\AiClientDependencies\Nyholm\Psr7
Stream::eof
Method of the class: Stream{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Stream = new Stream(); $Stream->eof(): bool;
Stream::eof() Stream::eof code WP 7.0
public function eof(): bool
{
return !isset($this->stream) || \feof($this->stream);
}