Flushes the contents of the stream (empty it) and set the internal pointer to the beginning.
public function flush() : void { fflush($this->in); }