cubrid_rollback

PECL CUBRID >= 8.3.0
cubrid_rollback - Roll back a transaction
Manual
Code Examples

cubrid_rollback( resource$conn_identifier ): bool

The cubrid_rollback function executes rollback on the transaction pointed by conn_identifier, currently in progress.

Connection to server is closed after calling cubrid_rollback. Connection handle, however, is still valid.

Parameters

conn_identifier

Connection identifier.

Return Values

Returns true on success or false on failure.

Related Functions

Example of cubrid_rollback

Show all examples for cubrid_rollback

PHP Version:


Function cubrid_rollback:

CUBRID Functions

Most used PHP functions