MongoDB\Driver\Session::getTransactionOptions

(mongodb >=1.7.0)

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

Beschreibung

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

Returns options for the currently running transaction.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

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

Fehler/Exceptions

  • Throws MongoDB\Driver\InvalidArgumentException on argument parsing errors.

Siehe auch