PDO::inTransaction
(PHP 5 >= 5.3.3, Bundled pdo_pgsql)
PDO::inTransaction — Checks if inside a transaction
Description
array PDO::inTransaction
( void
)
Checks if a transaction is currently active within the driver.
Parameters
This function has no parameters.
Return Values
Returns TRUE if a transaction is currently active, and FALSE if not.
Return Values
Note:
Note that currently only the PostgreSQL driver implements this method.