| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
SyncMutex::unlock(PECL sync >= 1.0.0) SyncMutex::unlock — Unlocks the mutex 説明
public bool SyncMutex::unlock
([ bool
$all = false
] )Decreases the internal counter of a SyncMutex object. When the internal counter reaches zero, the actual lock on the object is released. パラメータ
返り値A boolean of TRUE if the unlock operation was successful, FALSE otherwise. 例例1 SyncMutex::unlock() example
<?php 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「SyncMutex::unlock - Unlocks the mutex」をGoogle検索
|