PDO
PHP Manual

PDO::inTransaction

(PHP 5 >= 5.3.3, Bundled pdo_pgsql)

PDO::inTransaction Checks if inside a transaction

Описание

bool PDO::inTransaction ( void )

Checks if a transaction is currently active within the driver.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

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

Возвращаемые значения

Замечание:

Note that currently only the PostgreSQL driver implements this method.


PDO
PHP Manual