MongoDB\Driver\Session
PHP Manual

MongoDB\Driver\Session::endSession

(mongodb >=1.5.0)

MongoDB\Driver\Session::endSessionTerminates a session

Description

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

Parameters

This function has no parameters.

Return Values

No value is returned.

Errors/Exceptions

See Also


MongoDB\Driver\Session
PHP Manual