7.44.43 ibase_rollback()Annule une transaction iBase[ Exemples avec ibase_rollback ] PHP 3>= 3.0.7, PHP 4
int
ibase_rollback (
int
link_identifier
,
int
trans_number
)
ibase_rollback
annule la transaction
trans_number
qui a été
préparée avec
ibase_trans
.
Cette fonction retourne
TRUE
en cas de succès,
FALSE
en cas d'échec.
|