Thread::getCreatorId

(PECL pthreads >= 2.0.0)

Thread::getCreatorId识锟斤拷

说锟斤拷

public Thread::getCreatorId ( void ) : int

锟斤拷锟截达拷锟斤拷锟斤拷前锟竭程碉拷锟竭筹拷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