
pThreads واقعیه کد PHP: <?phpclassMyClassNameextendsThread{private$classId=NULL;function__construct(){$this->classId=rand(1,9);retu;}functionrun(){for($i=1;$i<10;$i++){echo("Object:#{$this->classId}-currentexecutingthreadUID:".$this->getCurrentThreadId().PHP_EOL);sleep(25);retu;}}}constTHREADS=4;for($i=0;$i<THREADS;$i++){$pool[]=newMyClassName();}foreach($poolas$worker){if(!$worker->isStarted()){if(!$worker->start()){echo'Errorstartingthread.';break;}}else{echo'Thethreadisa...
ادامه مطلب