GearmanClient::removeOptions

(PECL gearman >= 0.6.0)

GearmanClient::removeOptionsRemove client options

説明

publicGearmanClient::removeOptions(int$option): bool

Removes (unsets) one or more options.

パラメータ

option

The options to be removed (unset)

戻り値

Always returns true.

To Top