MongoCommandCursor::next

(PECL mongo >=1.5.0)

MongoCommandCursor::nextAdvances the cursor to the next result

说明

public MongoCommandCursor::next ( void ) : void

参数

此函数没有参数。

返回值

NULL.

错误/异常

Throws MongoConnectionException if it cannot reach the database and MongoCursorTimeoutException if the timeout is exceeded.

参见