Implements [Iterator::rewind], sets the current row to zero.
rewind($result);
$this Module_Database_Result::rewind( )
$this
public function rewind() { $this->_current_row = 0; return $this; }