MongoDB\Driver\Session::getTransactionOptions

(mongodb >=1.7.0)

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

Descrierea

final public MongoDB\Driver\Session::getTransactionOptions ( ) : array|null

Returns options for the currently running transaction.

Parametri

Această funcție nu are parametri.

Valorile întoarse

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

Erori/Excepții

A se vedea și

add a note add a note

User Contributed Notes

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