downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

PDO::lastInsertId> <PDO::getAvailableDrivers
[edit] Last updated: Fri, 17 Feb 2012

view this page in

PDO::inTransaction

(PHP 5 >= 5.3.3, Bundled pdo_pgsql)

PDO::inTransaction Checks if inside a transaction

Description

bool PDO::inTransaction ( void )

Checks if a transaction is currently active within the driver. This method only works for database drivers that support transactions.

Parameters

This function has no parameters.

Return Values

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



add a note add a note User Contributed Notes PDO::inTransaction
ron korving 13-Jan-2011 09:20
This method actually seems to work fine on PHP5.3.5 (and probably a few older versions).

 
show source | credits | stats | sitemap | contact | advertising | mirror sites