GearmanWorker::setOptions
PHP Manual
PHP Manual»GearmanWorker»GearmanWorker::setOptions

GearmanWorker::setOptions

(PECL gearman >= 0.5.0)

GearmanWorker::setOptionsSet worker options

Beschreibung

public function GearmanWorker::setOptions(int $option): true

Sets one or more options to the supplied value.

Parameter-Liste

option
The options to be set

Rückgabewerte

Gibt immer true zurück.

Siehe auch

To Top