コード例 #1
0
ファイル: ResultIterator.php プロジェクト: sndatabase/core
 public function rewind()
 {
     $this->result->setCursorMode(DB::CURSOR_FIRST);
     $this->next();
 }