ibase_trans
PHP 5, PHP 7 < 7.4.0
ibase_trans - Begin a transaction
Manual
ibase_trans(
[int$trans_args],
[resource$link_identifier] ): resource
resourceibase_trans
resourcelink_identifier
inttrans_args
Parameters
- trans_args
-
trans_args can be a combination of IBASE_READ, IBASE_WRITE, IBASE_COMMITTED, IBASE_CONSISTENCY, IBASE_CONCURRENCY, IBASE_REC_VERSION, IBASE_REC_NO_VERSION, IBASE_WAIT and IBASE_NOWAIT.
- link_identifier
-
An InterBase link identifier. If omitted, the last opened link is assumed.
Return Values
Returns a transaction handle, or false on error.