Dutch PHP Conference 2025 - Call For Papers

MongoDB\Driver\Session::isInTransaction

(mongodb >=1.6.0)

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

Опис

final public MongoDB\Driver\Session::isInTransaction(): bool

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.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns true if a transaction is currently in progress for this session, and false otherwise.

Помилки/виключення

Прогляньте також

add a note

User Contributed Notes

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