(PECL mongo >=0.9.0)
Skips a number of results
public MongoCursor MongoCursor::skip ( int $num )
Parameters:
num
The number of results to skip.
Returns:
Returns this cursor.
Exception:
Throws MongoCursorException if this cursor has started iterating.
See also:
Please login to continue.