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