SAM Funzioni
PHP Manual

SAMConnection::rollback

(PECL sam >= 0.1.0)

SAMConnection::rollback Cancels (rolls back) an in-flight unit of work.

Descrizione

bool SAMConnection::rollback ( void )

Rolls back an in-flight unit of work.

Valori restituiti

This method returns FALSE if an error occurs.

Esempi

Example #1 Cancelling an in-flight unit of work

<?php
if (!$conn->rollback()) {
  
// The rollback failed!
  
echo "Rollback failed ($conn->errno$conn->error";
}
?>

Vedere anche:


SAM Funzioni
PHP Manual