| PHP » GoLang | login |
            register |
            
            about | 
| GoLang Cond::broadcast
                                request it (592)
                            GoLang replacement for PHP's Cond::broadcast
                            [edit | history] 
                             Cond::broadcast(PECL pthreads < 3.0.0) Cond::broadcast — Broadcast a Condition Warning
    The Cond class has been removed in pthreads v3. Description
   final 
   public 
   static 
   bool 
   Cond::broadcast
    ( 
 int
   $condition)Broadcast to all Threads blocking on a call to Cond::wait(). Parameters
 Return ValuesA boolean indication of success. Examples
 Example #1 Condition Broadcasting 
<?phpThe above example will output: bool(true) | 
                    more
                     Most requested
 
                    more
                     Last requests
 |