cubrid_lock_write
PECL CUBRID >= 8.3.0
cubrid_lock_write - Set a write lock on the given OID
Manual
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.