PHP Doku:: Unregister a function name with the job servers - gearmanworker.unregister.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteGearmanThe GearmanWorker classGearmanWorker::unregister

Ein Service von Reinhard Neidl - Webprogrammierung.

The GearmanWorker class

<<GearmanWorker::timeout

GearmanWorker::unregisterAll>>

GearmanWorker::unregister

(PECL gearman >= 0.6.0)

GearmanWorker::unregisterUnregister a function name with the job servers

Beschreibung

public bool GearmanWorker::unregister ( string $function_name )

Unregisters a function name with the job servers ensuring that no more jobs (for that function) are sent to this worker.

Parameter-Liste

function_name

The name of a function to register with the job server

Rückgabewerte

A standard Gearman return value.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)