Statement on glibc/iconv Vulnerability

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.

参数

此函数没有参数。

返回值

没有返回值。

错误/异常

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top