PDO::inTransaction
(PHP 5 >= 5.3.3, Bundled pdo_pgsql)
PDO::inTransaction — Checks if inside a transaction
Descrição
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.
Parâmetros
Esta função não possui parâmetros.
Valor Retornado
Returns TRUE if a transaction is currently active, and FALSE if not.