MongoCursor
PHP Manual

MongoCursor::skip

(PECL mongo >=0.9.0)

MongoCursor::skipSkips 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.

Siehe auch


MongoCursor
PHP Manual