WordPress\AiClientDependencies\Psr\Http\Message
StreamInterface::isWritable
Returns whether or not the stream is writable.
Method of the class: StreamInterface{}
No Hooks.
Returns
true|false.
Usage
$StreamInterface = new StreamInterface(); $StreamInterface->isWritable(): bool;
StreamInterface::isWritable() StreamInterface::isWritable code WP 7.0
public function isWritable(): bool;