PHP » GoLang |
login |
register |
about
|
GoLang cubrid_lock_read
request it (335)
GoLang replacement for PHP's cubrid_lock_read
[edit | history]
cubrid_lock_read(PECL CUBRID >= 8.3.0) cubrid_lock_read — Set a read lock on the given OID Description
bool cubrid_lock_read
( resource
$conn_identifier
, string $oid
)
The cubrid_lock_read() function is used to put read
lock on the instance pointed by given Parameters
Return Values
ExamplesExample #1 cubrid_lock_read() example
<?php The above example will output: string(9) "{1, 2, 3}" array(4) { ["a"]=> string(1) "1" ["b"]=> array(3) { [0]=> string(1) "1" [1]=> string(1) "2" [2]=> string(1) "3" } ["c"]=> array(4) { [0]=> string(2) "11" [1]=> string(2) "22" [2]=> string(2) "33" [3]=> string(3) "333" } ["d"]=> string(10) "a " } |
more
Recently updated
more
Most requested
more
Last requests
|