(PECL pthreads >= 2.0.0)
Thread::getThreadId — 识锟斤拷
锟斤拷锟斤拷锟斤拷锟斤拷锟竭程碉拷ID
锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷
锟竭筹拷ID锟斤拷锟斤拷锟街革拷式
Example #1 锟斤拷锟斤拷锟斤拷锟斤拷锟竭程碉拷ID
<?php
class My extends Thread {
public function run() {
printf("%s is Thread #%lu\n", __CLASS__, $this->getThreadId());
}
}
$my = new My();
$my->start();
?>
锟斤拷锟斤拷锟斤拷锟教伙拷锟斤拷锟斤拷锟�
My is Thread #123456778899