WordPress\AiClientDependencies\Nyholm\Psr7

Stream::rewind │ public │ WP 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.1.2

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