WordPress\AiClientDependencies\Psr\Http\Message

StreamInterface::isReadable │ public │ WP 1.0

Returns whether or not the stream is readable.

Method of the class: StreamInterface{}

No Hooks.

Returns

bool.

Usage

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

StreamInterface::isReadable() code WP 7.1.2

public function isReadable(): bool;