Just a heads up- with version 1.5.4 of the mongo extension, next() is not returning the same result as its alias getNext() (http://php.net/manual/en/mongocursor.getnext.php). An array is returned with null values.
(PECL mongo >=0.9.0)
MongoCursor::next — Перемещает курсор к следующему результату и возвращает этот результат
У этой функции нет параметров.
Возвращает следующий документ.
Выдает исключение MongoConnectionException, если не может подключиться к базе данных, и исключение MongoCursorTimeoutException, если превышено время ожидания.
Just a heads up- with version 1.5.4 of the mongo extension, next() is not returning the same result as its alias getNext() (http://php.net/manual/en/mongocursor.getnext.php). An array is returned with null values.