CrudOperationSkippable::skip

(No version information available, might only be in Git)

CrudOperationSkippable::skipNumber of operations to skip

说锟斤拷

abstract public mysql_xdevapi\CrudOperationSkippable::skip ( integer $skip ) : mysql_xdevapi\CrudOperationSkippable

Skip this number of records in the returned operation.

Warning

锟斤拷锟斤拷锟斤拷锟斤拷未锟斤拷写锟侥碉拷锟斤拷锟斤拷锟叫诧拷锟斤拷锟叫憋拷

锟斤拷锟斤拷

skip

Number of elements to skip.

锟斤拷锟斤拷值

A CrudOperationSkippable object.

锟斤拷锟斤拷

Example #1 mysql_xdevapi\CrudOperationSkippable::skip() example

<?php

$res 
$coll->find('job like \'Programmatore\'')->limit(1)->skip(3)->sort('age asc')->execute();

?>