|
MongoDB\Driver\Session::endSessionTerminates 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.
パラメータこの関数にはパラメータはありません。 戻り値値を返しません。 エラー / 例外
参考
|