MongoCursor::getNext
(PECL mongo >=0.9.0)
MongoCursor::getNext — Advances the cursor to the next result, and returns that result
说明
public
MongoCursor::getNext (
void ) :
array
Note:
MongoCursor::getNext() is an alias of MongoCursor::next().