| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
SyncMutex::lock(PECL sync >= 1.0.0) SyncMutex::lock — Waits for an exclusive lock 説明
public bool SyncMutex::lock
([ integer
$wait = -1
] )Obtains an exclusive lock on a SyncMutex object. If the lock is already acquired, then this increments an internal counter. パラメータ
返り値A boolean of TRUE if the lock was obtained, FALSE otherwise. 例例1 SyncMutex::lock() example
<?php 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「SyncMutex::lock - Waits for an exclusive lock」をGoogle検索
|