GearmanWorker::removeOptions
PHP Manual
PHP Manual»GearmanWorker»GearmanWorker::removeOptions

GearmanWorker::removeOptions

(PECL gearman >= 0.6.0)

GearmanWorker::removeOptionsRemove worker options

Descrizione

public function 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:

To Top