MongoDB\Driver\Session::endSession

(mongodb >=1.5.0)

MongoDB\Driver\Session::endSessionTerminates a session

説明

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.

パラメータ

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

返り値

値を返しません。

エラー / 例外

参考