SAMConnection->rollback
(PECL sam >= 0.1.0)
SAMConnection->rollback — Cancels (rolls back) an in-flight unit of work.
Descrierea
SAMConnection
bool rollback ( void
)
Rolls back an in-flight unit of work.
Valorile întroarse
This method returns FALSE if an error occurs.
Exemple
Example #1 Cancelling an in-flight unit of work
<?php
if (!$conn->rollback()) {
// The rollback failed!
echo "Rollback failed ($conn->errno) $conn->error";
}
?>
SAMConnection->rollback
There are no user contributed notes for this page.
