Threaded::run
PHP Manual
PHP Manual»Threaded»Threaded::run

Threaded::run

(PECL pthreads >= 2.0.0)

Threaded::runExecution

Descrizione

public function Threaded::run(): void

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The methods return value, if used, will be ignored

To Top