MONGOCURSOR.NEXT(3) 1 MONGOCURSOR.NEXT(3) MongoCursor::next - Advances the cursor to the next result, and returns that resultSYNOPSISpublic array MongoCursor::next (void )DESCRIPTIONPARAMETERSThis function has no parameters.RETURN VALUESReturns the next document.ERRORS/EXCEPTIONS Throws MongoConnectionException if it cannot reach the database and MongoCursorTimeoutException if the timeout is exceeded.SEE ALSOIterator::next. PHP Documentation Group MONGOCURSOR.NEXT(3)
| Related Man Pages |
|---|
| mongocursor(3) - php |
| mongocollection.aggregatecursor(3) - php |
| mongocollection.find(3) - php |
| mongocollection.save(3) - php |
| mongocursor.info(3) - php |