WordPress\AiClientDependencies\Nyholm\Psr7

Stream::isWritablepublicWP 1.0

Method of the class: Stream{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Stream::isWritable() code WP 7.0

public function isWritable(): bool
{
    return $this->writable;
}