PHP Doku:: Checks if inside a transaction - pdo.intransaction.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAbstraktionsebenenPHP Data ObjectsDie PDO-KlassePDO::inTransaction

Ein Service von Reinhard Neidl - Webprogrammierung.

Die PDO-Klasse

<<PDO::getAvailableDrivers

PDO::lastInsertId>>

PDO::inTransaction

(PHP 5 >= 5.3.3, Bundled pdo_pgsql)

PDO::inTransaction Checks if inside a transaction

Beschreibung

bool PDO::inTransaction ( void )

Checks if a transaction is currently active within the driver.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

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

Rückgabewerte

Hinweis:

Note that currently only the PostgreSQL driver implements this method.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)