CollectionModify::skip
(No version information available, might only be in Git)
CollectionModify::skip — 要素をスキップする
説明
スキップしなければ find によって返される最初の N 要素をスキップします。 スキップされる要素の数が、結果セットのサイズより大きかった場合は、 空の結果セットが返されます。
パラメータ
position
-
スキップする要素数
戻り値
後の操作で使われる CollectionModify オブジェクト。
例
例1 mysql_xdevapi\CollectionModify::skip() の例
<?php
$coll->modify('age > :age')->sort('age desc')->unset(['age'])->bind(['age' => 20])->limit(4)->skip(1)->execute();
?>
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google