(PHP 5 >= 5.3.3, Bundled pdo_pgsql, PHP 7)
Checks if inside a transaction
public bool PDO::inTransaction ( void )
Checks if a transaction is currently active within the driver. This method only works for database drivers that support transactions.
Returns:
Returns TRUE
if a transaction is currently active, and FALSE
if not.
Please login to continue.