|
CollectionModify::skipSkip elements Description
public mysql_xdevapi\CollectionModify mysql_xdevapi\CollectionModify::skip(int
$position )Skips the first N elements that would otherwise be returned by a find operation. If the number of elements skipped is larger than the size of the result set, then the find operation returns an empty set. Parameters
Return ValuesA CollectionModify object to use for further processing. ExamplesExample #1 mysql_xdevapi\CollectionModify::skip example
|