GearmanClient::setOptions
PHP Manual
PHP Manual»GearmanClient»GearmanClient::setOptions

GearmanClient::setOptions

(PECL gearman >= 0.5.0)

GearmanClient::setOptionsSet client options

Descrizione

public function GearmanClient::setOptions(int $option): bool

Sets one or more client options.

Elenco dei parametri

option
The options to be set

Valori restituiti

Always returns true.

To Top