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 — Avanza el cursor al siguiente resultado, y devuelve dicho resultado
Esta función no tiene parámetros.
Devuelve el siguiente documento.
Lanza una MongoConnectionException si no se puede acceder a la base de datos, y una MongoCursorTimeoutException si se excede el tiempo de espera.
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.