MongoCursor::skip

(PECL mongo >=0.9.0)

MongoCursor::skipSkips a number of results

Beskrivelse

public MongoCursor MongoCursor::skip ( int $num )

Parametre

num

The number of results to skip.

Returnerings Værdier

Returns this cursor.

Fejl/Undtagelser

Throws MongoCursorException if this cursor has started iterating.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top