WordPress\AiClientDependencies\Nyholm\Psr7

Stream::isReadablepublicWP 1.0

Method of the class: Stream{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Stream = new Stream();
$Stream->isReadable(): bool;

Stream::isReadable() code WP 7.0

public function isReadable(): bool
{
    return $this->readable;
}