MongoCommandCursor
PHP Manual

MongoCommandCursor::next

(PECL mongo >=1.5.0)

MongoCommandCursor::nextAdvances the cursor to the next result

Описание

public void MongoCommandCursor::next ( void )

Список параметров

У этой функции нет параметров.

Возвращаемые значения

NULL.

Ошибки

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

Смотрите также


MongoCommandCursor
PHP Manual