?????????????????????????????????php????????????????????????????????????php??C????д????????c????????????????????????д?????PHP??????????????????????п????????????????????????????????????????????????????????????????????????cpu????X2??????????????????????????£?
$handle1 = mthread_create('text'?? "hello fuction test ");
$handle2 = mthread_create(array(A?? 'test')?? "hello A::test ");
while(1){
    //mthread_exit($handle1);//???????mthread_create????????????????
    sleep(1);
}
function test($str){
    while(1){
        echo $str;
        sleep(1);
    }
}
class A{
    function test($str)
    {
        echo $str;
        sleep(1);
    }
}
??????????????PHP??????????????????????????????linux