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

GearmanClient::setOptions

(PECL gearman >= 0.5.0)

GearmanClient::setOptionsSet client options

说明

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

Sets one or more client options.

参数

option
The options to be set

返回值

Always returns true.

To Top