pht\Runnable
PHP Manual

pht\Runnable::run

(PECL pht >= 0.0.1)

pht\Runnable::runThe entry point of a threaded class

说明

public void pht\Runnable::run ( void )

This method acts as the entry point of execution for a threaded class. It must be defined by all classes that will be threaded.

参数

此函数没有参数。

返回值

No return value.


pht\Runnable
PHP Manual