MongoCursor::skip

(PECL mongo >=0.9.0)

MongoCursor::skipSkips a number of results

Beschreibung

public MongoCursor::skip ( int $num ) : MongoCursor

Parameter-Liste

num

The number of results to skip.

Rückgabewerte

Returns this cursor.

Fehler/Exceptions

Throws MongoCursorException if this cursor has started iterating.

Siehe auch