Dutch PHP Conference 2025 - Call For Papers

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

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