コード例 #1
0
ファイル: ResultsetIterator.php プロジェクト: dario1985/adodb
 public function seek($position)
 {
     $this->rs->move($position);
 }