PDO
PHP Manual

PDO::inTransaction

(PHP 5 >= 5.3.3, Bundled pdo_pgsql)

PDO::inTransaction Checks if inside a transaction

Opis

array PDO::inTransaction ( void )

Checks if a transaction is currently active within the driver.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns TRUE if a transaction is currently active, and FALSE if not.

Zwracane wartości

Informacja:

Note that currently only the PostgreSQL driver implements this method.


PDO
PHP Manual