Cond::waitWait for Condition Warning
The Cond class has been removed in pthreads v3. Description
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. Parameters
Return ValuesA boolean indication of success. Examples
Example #1 Waiting for Conditions
<?php The above example will output: int(49685473) |