PDO
在线手册:中文 英文
PHP手册

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. This method only works for database drivers that support transactions.

参数

此函数没有参数。

返回值

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


PDO
在线手册:中文 英文
PHP手册
PHP手册 - N: Checks if inside a transaction

用户评论:

ron korving (14-Jan-2011 05:20)

This method actually seems to work fine on PHP5.3.5 (and probably a few older versions).