Worker
PHP Manual

Worker::run

(PECL pthreads >= 0.36)

Worker::runExecution

说明

abstract public void Worker::run ( void )

The run method should prepare the Workers members ( and resources ) - Stackables have access to the Worker and it's methods/members/resources during execution

参数

此函数没有参数。

返回值

The methods return value, if used, will be ignored


Worker
PHP Manual