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