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

search for in the

SAMConnection::send> <SAMConnection::remove
[edit] Last updated: Tue, 18 Jun 2013

view this page in

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



add a note add a note User Contributed Notes SAMConnection::rollback - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites