Beispiel #1
0
 /**
  * Skip a $offset records
  * {@see http://www.php.net/manual/en/mongocursor.skip.php}
  * @param integer $skip new skip
  * @since v1.3.4
  */
 public function offset($offset)
 {
     $this->_cursor->offset($offset);
 }