PHP 8.3.4 Released!

odbc_rollback

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

odbc_rollbackAnnule une transaction

Description

odbc_rollback(resource $odbc): bool

Annule toutes les transactions sur la connexion connection_id.

Liste de paramètres

odbc

L'identifiant de connexion ODBC, voir la documentation de la fonction odbc_connect() pour plus de détails.

Valeurs de retour

Cette fonction retourne true en cas de succès ou false si une erreur survient.

add a note

User Contributed Notes 1 note

up
-9
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