(PECL pthreads >= 0.0.33)
Cond::broadcast — Broadcast a condition to all Threads
$condition
)Broadcast to all Threads blocking on a call to Cond::wait().
condition
A handle to a Condition Variables returned by a previous call to Cond::create()
A boolean indication of success.