| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_lock_write(PECL CUBRID >= 8.3.0) cubrid_lock_write — Set a write lock on the given OID 説明
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 パラメータ
返り値
例例1 cubrid_lock_write() example
<?php 上の例の出力は以下となります。 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" } |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_lock_write - Set a write lock on the given OID」をGoogle検索
|