Thread::isJoined PHP Method

isJoined() public method

Tell if the referenced Thread has been joined by another context
public isJoined ( ) : boolean
return boolean A boolean indication of state
    public function isJoined()
    {
    }