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 — Avance le curseur au prochain résultat et le retourne
Cette fonction ne contient aucun paramètre.
Retourne le prochain document.
Lance une exception MongoConnectionException si la base de données ne peut être atteinte et une exception MongoCursorTimeoutException si le délai d'attente maximum a été atteint.
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.