CakeFest 2024: The Official CakePHP Conference

GearmanWorker::removeOptions

(PECL gearman >= 0.6.0)

GearmanWorker::removeOptionsRemove worker options

Descrizione

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

Removes (unsets) one or more worker options.

Elenco dei parametri

option

The options to be removed (unset)

Valori restituiti

Always returns true.

Vedere anche:

add a note

User Contributed Notes

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