PHP Velho Oeste 2024

MongoCursor::skip

(PECL mongo >=0.9.0)

MongoCursor::skipSkips a number of results

설명

public MongoCursor MongoCursor::skip ( int $num )

인수

num

The number of results to skip.

반환값

Returns this cursor.

오류/예외

Throws MongoCursorException if this cursor has started iterating.

참고

add a note add a note

User Contributed Notes

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