(PECL mongo >=0.9.0)
MongoCursor::getNext — Return the next object to which this cursor points, and advance the cursor
This equivalent to calling MongoCursor::next(), then MongoCursor::current().
This function has no parameters.
Returns the next object.
Throws MongoConnectionException if it cannot reach the database.