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