PHP 8.4.0 RC3 available for testing

odbc_rollback

(PHP 4, PHP 5, PHP 7, PHP 8)

odbc_rollbackBricht eine Transaktion ab

Beschreibung

odbc_rollback(resource $odbc): bool

Bricht alle ausstehenden Transaktion der Verbindung ab.

Parameter-Liste

odbc

Eine ODBC-Verbindungsressource, siehe odbc_connect() für Details.

Rückgabewerte

Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top