MongoDB\Driver\Cursor::next
(mongodb >=1.9.0)
MongoDB\Driver\Cursor::next — Advances the cursor to the next result
Description
public MongoDB\Driver\Cursor::next():
void
Liste de paramètres
Cette fonction ne contient aucun paramètre.
Valeurs de retour
Moves the current position to the next element in the cursor.
Erreurs / Exceptions
- Lance une exception MongoDB\Driver\AuthenticationException si une identification est nécessaire mais qu'elle échoue
- Lance une exception MongoDB\Driver\ConnectionException si la connexion au serveur échoue pour une autre raison qu'en raison d'un problème d'identification