Thread
PHP 手册

Thread::run

(PECL pthreads >= 0.34)

Thread::runExecution

说明

abstract public void Thread::run ( void )

The run method of a Thread is executed in a Thread when a call to Thread::start is made

参数

此函数没有参数。

返回值

The methods return value, if used, will be ignored


Thread
PHP 手册