MongoCursor::next

(PECL mongo >=0.9.0)

MongoCursor::nextAdvances the cursor to the next result

Описание

public void MongoCursor::next ( void )

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

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

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

NULL.

Ошибки

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

Коментарии

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

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