| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
SyncSemaphore::unlock(PECL sync >= 1.0.0) SyncSemaphore::unlock — Increases the count of the semaphore 説明
public bool SyncSemaphore::unlock
([ integer
&$prevcount
] )Increases the count of a SyncSemaphore object. パラメータ
返り値A boolean of TRUE if the unlock operation was successful, FALSE otherwise. 例例1 SyncSemaphore::unlock() example
<?php 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「SyncSemaphore::unlock - Increases the count of the semaphore」をGoogle検索
|