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