MongoDB\Driver\Session::getTransactionOptions

(mongodb >=1.7.0)

MongoDB\Driver\Session::getTransactionOptionsReturns options for the currently running transaction

Descrição

final public MongoDB\Driver\Session::getTransactionOptions(): ?array

Returns options for the currently running transaction.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns a array containing current transaction options, or null if no transaction is running.

Erros/Exceções

Veja Também

add a note add a note

User Contributed Notes

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