Php/docs/mongocursor.next
来自菜鸟教程
MongoCursor::next
(PECL mongo >=0.9.0)
MongoCursor::next — Advances the cursor to the next result, and returns that result
说明
public MongoCursor::next ( ) : array
参数
此函数没有参数。
返回值
Returns the next document.
错误/异常
Throws MongoConnectionException if it cannot reach the database and MongoCursorTimeoutException if the timeout is exceeded.