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