(PECL pthreads >= 0.0.33)
Thread::join — Join with the referenced Thread.
Join with the referenced Thread, and, dependant on implementation return to the caller the return value of Thread::run. A Thread can only be joined by one context, the programmer should use state detection to avoid programming error.
此函数没有参数。