cubrid_lock_write

PECL CUBRID >= 8.3.0
cubrid_lock_write - Set a write lock on the given OID
Manual
Code Examples

cubrid_lock_write( resource$conn_identifier, string$oid ): bool

The cubrid_lock_write function is used to put write lock on the instance pointed by the given oid.

Parameters

conn_identifier

Connection identifier.

oid

OID of the instance that you want to put write lock on.

Return Values

Returns true on success or false on failure.

Related Functions

Example of cubrid_lock_write

Show all examples for cubrid_lock_write

PHP Version:


Function cubrid_lock_write:

CUBRID Functions

Most used PHP functions