CakeFest 2024: The Official CakePHP Conference

MongoDB\Driver\Cursor::next

(mongodb >=1.9.0)

MongoDB\Driver\Cursor::nextAdvances 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

Voir aussi

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top