Threaded::run

(PECL pthreads >= 2.0.0)

Threaded::runExecution

Descrição

publicThreaded::run(): void

The programmer should always implement the run method for objects that are intended for execution.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The methods return value, if used, will be ignored

To Top