PHP 8.3.4 Released!

GearmanWorker::removeOptions

(PECL gearman >= 0.6.0)

GearmanWorker::removeOptionsRemove worker options

Descrição

public GearmanWorker::removeOptions(int $option): true

Removes (unsets) one or more worker options.

Parâmetros

option

The options to be removed (unset)

Valor Retornado

Sempre retorna true.

Veja Também

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top