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