MongoDB\Driver\Session::endSession

(mongodb >=1.5.0)

MongoDB\Driver\Session::endSessionTerminates a session

Açıklama

final public MongoDB\Driver\Session::endSession ( void ) : 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.

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

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Hiçbir değer dönmez.

Hatalar/İstisnalar

Ayrıca Bakınız