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