rewindCount++; $this->stream->rewind(); } /** * Get the value of rewindCount */ public function getRewindCount() { return $this->rewindCount; } }