Thread::joinSynchronization Beschreibung
public boolean Thread::join
( void
)
Causes the calling context to wait for the referenced Thread to finish executing Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteA boolean indication of success Beispiele
Beispiel #1 Join with the referenced Thread
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: bool(true) |