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.