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

search for in the

SAMConnection->send> <SAMConnection->remove
Last updated: Fri, 14 Aug 2009

view this page in

SAMConnection->rollback

(PECL sam >= 0.1.0)

SAMConnection->rollbackAnnulation 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 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites