MongoDB\Driver\Session::endSession

(mongodb >=1.5.0)

MongoDB\Driver\Session::endSessionTerminates a session

Description

final public MongoDB\Driver\Session::endSession ( void ) : void

This method closes an existing session. If a transaction was associated with this session, this transaction is also aborted, and all its operations are rolled back.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Aucune valeur n'est retournée.

Erreurs / Exceptions

  • Lance une exception MongoDB\Driver\InvalidArgumentException lors d'une erreur survenue pendant l'analyse d'un argument.

Voir aussi