PHP
downloads | documentation | faq | getting help | mailing lists | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SAMConnection->send()> <SAMConnection->remove()
Last updated: Fri, 14 Nov 2008

view this page in

SAMConnection->rollback()

(No version information available, might be only in CVS)

SAMConnection->rollback()Annulation d'un travail

Description

SAMConnection
bool rollback ( void )

Annulation d'un travail.

Valeurs de retour

Cette méthode retourne FALSE si une erreur survient.

Exemples

Exemple #1 Annulation d'un travail

<?php
if (!$conn->rollback()) {
  
// L'annulation a échoué !
  
echo "L'annulation a échoué : ($conn->errno) $conn->error";
}
?>



add a note add a note User Contributed Notes
SAMConnection->rollback()
There are no user contributed notes for this page.

SAMConnection->send()> <SAMConnection->remove()
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites