SAMConnection->send> <SAMConnection->remove
Last updated: Fri, 30 Dec 2011

SAMConnection->rollback

(PECL sam >= 0.1.0)

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

Descrição

bool SAMConnection::rollback ( void )

Rolls back an in-flight unit of work.

Valor Retornado

This method returns FALSE if an error occurs.

Exemplos

Exemplo #1 Cancelling an in-flight unit of work

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

Veja Também



User Contributed Notes
SAMConnection->rollback
There are no user contributed notes for this page.

SAMConnection->send> <SAMConnection->remove
Last updated: Fri, 30 Dec 2011