| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Cond::wait(PECL pthreads < 3.0.0) Cond::wait — Wait for Condition 警告
The Cond class has been removed in pthreads v3. 説明
final
public
static
boolean
Cond::wait
(
long
$condition
,
long
$mutex
[,
long
$timeout
] )Wait for a signal on a Condition Variable, optionally specifying a timeout to limit waiting time. パラメータ
返り値A boolean indication of success. 例
例1 Waiting for Conditions
<?php 上の例の出力は以下となります。 int(49685473) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Cond::wait - Wait for Condition」をGoogle検索
|