GearmanWorker::addOptions

(PECL gearman >= 0.6.0)

GearmanWorker::addOptionsAdd worker options

Description

publicGearmanWorker::addOptions(int$option): true

Adds one or more options to the options previously set.

Parameters

option

The options to be added

Return Values

Always returns true.

See Also

To Top