|
Threaded::waitSynchronization Beschreibung
public boolean Threaded::wait
([ integer
$timeout
] )Will cause the calling context to wait for notification from the referenced object Parameter-Liste
RückgabewerteA boolean indication of success Beispiele
Beispiel #1 Notifications and Waiting
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(true) |