Php/docs/gearmanworker.unregisterall

From Get docs

GearmanWorker::unregisterAll

(PECL gearman >= 0.6.0)

GearmanWorker::unregisterAllUnregister all function names with the job servers


Description

public GearmanWorker::unregisterAll ( ) : bool

Unregisters all previously registered functions, ensuring that no more jobs are sent to this worker.


Parameters

This function has no parameters.


Return Values

A standard Gearman return value.


See Also