parent root
PHP: MongoCursor::getNext - Manual

MongoCursor::getNext

(PECL mongo >=0.9.0)

MongoCursor::getNextAdvances the cursor to the next result, and returns that result

Description

public MongoCursor::getNext ( void ) : array

Note:

MongoCursor::getNext() is an alias of MongoCursor::next().

add a noteadd a note

User Contributed Notes

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