Php/docs/mongocursor.getnext

来自菜鸟教程
跳转至:导航、​搜索

MongoCursor::getNext

(PECL mongo >=0.9.0)

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


说明

public MongoCursor::getNext ( ) : array

Note:

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