PHP » GoLang |
login |
register |
about
|
Cond::wait(PECL pthreads < 3.0.0) Cond::wait — Wait for Condition Warning
The Cond class has been removed in pthreads v3. Description
final
public
static
bool
Cond::wait
(
int
$condition
,
int
$mutex
[,
int
$timeout
] )Wait for a signal on a Condition Variable, optionally specifying a timeout to limit waiting time. Parameters
Return ValuesA boolean indication of success. Examples
Example #1 Waiting for Conditions
<?php The above example will output: int(49685473) |
more
Recently updated
more
Most requested
more
Last requests
|