MongoCursor::skip

(PECL mongo >=0.9.0)

MongoCursor::skipSkips a number of results

Descrierea

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

Parametri

num

The number of results to skip.

Valorile întoarse

Returns this cursor.

Erori/Excepții

Throws MongoCursorException if this cursor has started iterating.

A se vedea și

add a note add a note

User Contributed Notes

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