MongoCursor::skip
(PECL mongo >=0.9.0)
MongoCursor::skip — Skips a number of results
Description
Parameters
- num
- 
      The number of results to skip. 
Return Values
Returns this cursor.
Errors/Exceptions
Throws MongoCursorException if this cursor has started iterating.