MongoCursor::skip
Skips a number of results
Beschreibung
public MongoCursor MongoCursor::skip
( int $num
)
Parameter-Liste
-
num
-
The number of results to skip.
Rückgabewerte
Returns this cursor.
Fehler/Exceptions
Throws MongoCursorException if this cursor has started iterating.