PDO
PHP Manual

PDO::inTransaction

(PHP 5 >= 5.3.3, Bundled pdo_pgsql)

PDO::inTransaction Checks if inside a transaction

Açıklama

array PDO::inTransaction ( void )

Checks if a transaction is currently active within the driver.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

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

Dönen Değerler

Bilginize:

Note that currently only the PostgreSQL driver implements this method.


PDO
PHP Manual