update : 2015.11.03
php.shukuma.com

검색:
 
 
Advances the cursor to the next result, and returns that result

MongoCursor::getNext

(PECL mongo >=0.9.0)

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

설명

public array MongoCursor::getNext ( void )

Note:

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