GearmanClient::removeOptions

(PECL gearman >= 0.6.0)

GearmanClient::removeOptionsRemove client options

Açıklama

publicGearmanClient::removeOptions(int$option): bool

Removes (unsets) one or more options.

Bağımsız Değişkenler

option

The options to be removed (unset)

Dönen Değerler

Always returns true.

To Top