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.

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

  • Iterator::next() - Переходит к следующему элементу

Коментарии

Just a heads up- with version 1.5.4 of the mongo extension, next() is not returning the same result as its alias getNext() (mongocursor.getnext).  An array is returned with null values.
2016-03-15 21:17:12
http://php5.kiev.ua/manual/ru/mongocursor.next.html

    Поддержать сайт на родительском проекте КГБ