Thread::getThreadId

(PECL pthreads >= 2.0.0)

Thread::getThreadId识锟斤拷

说锟斤拷

public Thread::getThreadId ( void ) : int

锟斤拷锟斤拷锟斤拷锟斤拷锟竭程碉拷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