odbc_rollback
(PHP 4, PHP 5)
odbc_rollback — Annule une transaction
Description
bool odbc_rollback
( resource $connection_id
)
Annule toutes les transactions sur la connexion connection_id .
Liste de paramètres
- connection_id
-
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, FALSE en cas d'échec.
odbc_rollback
There are no user contributed notes for this page.
