PHP Velho Oeste 2024

MongoCursor::skip

(PECL mongo >=0.9.0)

MongoCursor::skipSkips a number of results

Descrição

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

Parâmetros

num

The number of results to skip.

Valor Retornado

Returns this cursor.

Erros

Throws MongoCursorException if this cursor has started iterating.

Veja Também

add a note add a note

User Contributed Notes

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