mini\Mail\EmailInterface::rewind() Method

public abstract

Signature

public abstract function rewind(): void

Returns

void

Documentation

Seek to the beginning of the stream.

If the stream is not seekable, this method will raise an exception; otherwise, it will perform a seek(0).

Inherited From

Psr\Http\Message\StreamInterface

Source

StreamInterface.php:99