MongoCursor::skip

(PECL mongo >=0.9.0)

MongoCursor::skipSkips a number of results

Açıklama

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

Değiştirgeler

num

The number of results to skip.

Dönen Değerler

Returns this cursor.

Hatalar/İstisnalar

Throws MongoCursorException if this cursor has started iterating.

Ayrıca Bakınız