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

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

Siehe auch

add a note add a note

User Contributed Notes

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