php8.5
Home/ Manual/ gearman / gearmanworker/ GearmanWorker::unregister

GearmanWorker::unregister

PHP function Edit on GitHub ✎

(PECL gearman >= 0.6.0)

Unregister a function name with the job servers

Description

GearmanWorker::unregister(string $function_name): bool

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

Parameters

function_name

The name of a function to register with the job server

Return Values

A standard Gearman return value.

See Also

  • GearmanWorker::register
  • GearmanWorker::unregisterAll

Source: reference/gearman/gearmanworker/unregister.xml · from the official PHP manual (php/doc-en)