GearmanClient::setOptions

(PECL gearman >= 0.5.0)

GearmanClient::setOptionsSet client options

Description

publicGearmanClient::setOptions(int$option): bool

Sets one or more client options.

Parameters

option

The options to be set

Return Values

Always returns true.

To Top