parent root
PHP: MongoDB\Driver\Session::isInTransaction - Manual

MongoDB\Driver\Session::isInTransaction

(mongodb >=1.6.0)

MongoDB\Driver\Session::isInTransactionReturns whether a multi-document transaction is in progress

Description

final public MongoDB\Driver\Session::isInTransaction ( void ) : boolean

Returns whether a multi-document transaction is currently in progress for this session. A transaction is considered "in progress" if it has been started but has not been committed or aborted.

Parameters

This function has no parameters.

Return Values

Returns TRUE if a transaction is currently in progress for this session, and FALSE otherwise.

Errors/Exceptions

add a noteadd a note

User Contributed Notes

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