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

GearmanJob::__construct

(PECL gearman >= 0.5.0)

GearmanJob::__constructCreate a GearmanJob instance

Beschreibung

public function GearmanJob::__construct()

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

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

A GearmanJob object.

To Top