PDO::inTransaction
(PHP 5 >= 5.3.3, Bundled pdo_pgsql)
PDO::inTransaction — Checks if inside a transaction
Beschreibung
bool PDO::inTransaction
( void
)
Checks if a transaction is currently active within the driver. This method only works for database drivers that support transactions.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
Returns TRUE if a transaction is currently active, and FALSE if not.
PDO::inTransaction
There are no user contributed notes for this page.