MongoDB\Driver\Cursor::rewind
  (mongodb >=1.9.0)
MongoDB\Driver\Cursor::rewind — Rewind the cursor to the first result
  
 
  Description
  
   public MongoDB\Driver\Cursor::rewind(): void
  
  
 
  Liste de paramètres
  Cette fonction ne contient aucun paramètre.
  
 
 
  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
- Throws MongoDB\Driver\Exception\LogicException if this method is called after the cursor has advanced beyond its first position.