PHP - Function Rollback
Syntax
bool odbc_rollback ( resource $connection_id )
Definition and Usage
It used to roll back a transaction
Return Values
It returns true on success or else false on failure
Parameters
| Sr.No | Parameters & Description |
|---|---|
| 1 |
connection_id It contains the information about connection identifier |
php_function_reference.htm
Advertisements