Php/docs/mongodb-driver-session.endsession

提供:Dev Guides
< Php
2020年12月14日 (月) 12:46時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

MongoDB\Driver\Session::endSession

(mongodb >=1.5.0)

MongoDB\Driver\Session::endSessionTerminates a session


説明

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

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.

パラメータ

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


返り値

値を返しません。


エラー / 例外


参考