WordPress\AiClientDependencies\Nyholm\Psr7

Stream::isSeekablepublicWP 1.0

Method of the class: Stream{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Stream::isSeekable() code WP 7.0

public function isSeekable(): bool
{
    return $this->seekable;
}