pht\Thread::joinJoins a thread 説明
public void pht\Thread::join
( void
)
This method will join the spawned thread (though it will first wait for that thread's internal task queue to finish). As a matter of good practice, threads should always be joined. Not joining a thread may lead to undefined behaviour. パラメータこの関数にはパラメータはありません。 戻り値No return value. 例
例1 Joining a thread
<?php |