SyncEvent::waitWaits for the event to be fired/set Beschreibung
public bool SyncEvent::wait
([ integer
$wait = -1
] )Waits for the SyncEvent object to be fired. Parameter-Liste
RückgabewerteA boolean of TRUE if the event was fired, FALSE otherwise. BeispieleBeispiel #1 SyncEvent::wait example
<?phpSiehe auch
|