MongoDB\Driver\Session::endSession

Terminates a session

説明

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

This method closes an existing session. If a transaction was associated with this session, the transaction will be aborted. After calling this method, applications should not invoke other methods on the session.

注意: Sessions are also closed during garbage collection. It should not be necessary to call this method under normal circumstances.

パラメータ

この関数にはパラメータはありません。

戻り値

値を返しません。

エラー / 例外

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.

参考

  • MongoDB\Driver\Manager::startSession
  • MongoDB\Driver\Session::abortTransaction
  • MongoDB\Driver\Session::commitTransaction
  • MongoDB\Driver\Session::startTransaction