public function StreamInterface::rewind

Rewind to the beginning of the stream

Return value

bool Returns true on success or false on failure

2 methods override StreamInterface::rewind()
AbstractEntityBodyDecorator::rewind in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
@codeCoverageIgnore
Stream::rewind in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Rewind to the beginning of the stream

File

drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php, line 163

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function rewind();