Cond::broadcastBroadcast a Condition Warning
The Cond class has been removed in pthreads v3. Description
final
public
static
boolean
Cond::broadcast
(
long
$condition
)Broadcast to all Threads blocking on a call to Cond::wait. Parameters
Return ValuesA boolean indication of success. Examples
Example #1 Condition Broadcasting
<?php The above example will output: bool(true) |