cubrid_lock_read

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

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

The cubrid_lock_read function is used to put read lock on the instance pointed by given oid.

Parameters

conn_identifier

Connection identifier.

oid

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

Return Values

Returns true on success or false on failure.

Related Functions

Example of cubrid_lock_read

Show all examples for cubrid_lock_read

PHP Version:


Function cubrid_lock_read:

CUBRID Functions

Most used PHP functions