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()

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();