| SyncEvent::waitWaits for the event to be fired/set Description
   public bool SyncEvent::wait
    ([ integer  $wait= -1
  ] )Waits for the SyncEvent object to be fired. Parameters
 Return ValuesA boolean of TRUE if the event was fired, FALSE otherwise. ExamplesExample #1 SyncEvent::wait example 
<?phpSee Also
 |