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 add a note

User Contributed Notes 1 note

up
-3
Daniel
9 years ago
Check the Spanish translation! Roll back is not 'Reanudar', is almost the opposite. A better word could be 'Deshacer'.
To Top