Rewind to the beginning of the stream
bool Returns true on success or false on failure
Overrides Stream::rewind
public function rewind() { return $this->rewindFunction ? call_user_func($this->rewindFunction, $this) : parent::rewind(); }