PHP 8.4.0 RC4 available for testing

GearmanWorker::unregister

(PECL gearman >= 0.6.0)

GearmanWorker::unregisterUnregister a function name with the job servers

Descrição

public 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.

Parâmetros

function_name

The name of a function to register with the job server

Valor Retornado

A standard Gearman return value.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top