CakeFest 2024: The Official CakePHP Conference

GearmanWorker::addOptions

(PECL gearman >= 0.6.0)

GearmanWorker::addOptionsAdd worker options

Descrição

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

Adds one or more options to the options previously set.

Parâmetros

option

The options to be added

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