MongoCursor
PHP Manual

MongoCursor::next

(PECL mongo >=0.9.0)

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

Описание

public array MongoCursor::next ( void )

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

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

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

Returns the next document.

Ошибки

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

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


MongoCursor
PHP Manual