WordPress\AiClientDependencies\Psr\Http\Message
StreamInterface::eof
Returns true if the stream is at the end of the stream.
Method of the class: StreamInterface{}
No Hooks.
Returns
true|false.
Usage
$StreamInterface = new StreamInterface(); $StreamInterface->eof(): bool;
StreamInterface::eof() StreamInterface::eof code WP 7.0
public function eof(): bool;