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