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