Thread::getCurrentThreadId

(PECL pthreads >= 2.0.0)

Thread::getCurrentThreadId识锟斤拷

说锟斤拷

public static Thread::getCurrentThreadId ( void ) : int

锟斤拷锟截碉拷前执锟斤拷锟竭程碉拷ID

锟斤拷锟斤拷

锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷

锟斤拷锟斤拷值

锟竭筹拷ID锟斤拷锟斤拷锟街革拷式

锟斤拷锟斤拷

Example #1 锟斤拷锟截碉拷前执锟斤拷锟竭程碉拷ID

<?php
class My extends Thread {
    public function 
run() {
        
printf("%s is Thread #%lu\n"__CLASS__Thread::getCurrentThreadId());
    }
}
$my = new My();
$my->start();
?>

锟斤拷锟斤拷锟斤拷锟教伙拷锟斤拷锟斤拷锟�

My is Thread #123456778899