WordPress\AiClientDependencies\Nyholm\Psr7

Stream::rewindpublicWP 1.0

Method of the class: Stream{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Stream = new Stream();
$Stream->rewind(): void;

Stream::rewind() code WP 7.0

public function rewind(): void
{
    $this->seek(0);
}