(PECL pthreads >= 0.0.33)
Thread::isJoined — Tell if the referenced Thread has been joined.
Tell if a Thread has been joined by another context. A Thread may only be joined with one context currently. A call to Thread::join() on a joined Thread will result in failure, and a warning being raised.
此函数没有参数。
A boolean indication of state.