예제 #1
0
 function __destruct() {
   if (!$rollback)
     SQLLib::FinishTransaction();
   else
     SQLLib::CancelTransaction();
 }