GearmanJob::__construct
PHP Manual
PHP Manual»GearmanJob»GearmanJob::__construct

GearmanJob::__construct

(PECL gearman >= 0.5.0)

GearmanJob::__constructCreate a GearmanJob instance

Descrizione

public function GearmanJob::__construct()

Creates a GearmanJob instance representing a job the worker is to complete.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

A GearmanJob object.

To Top