MongoDB\Driver\Session::getTransactionOptions

(mongodb >=1.7.0)

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

Opis

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

Returns options for the currently running transaction.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Błędy/Wyjątki

Zobacz też:

add a note add a note

User Contributed Notes

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