GearmanClient::removeOptions
PHP Manual
PHP Manual»GearmanClient»GearmanClient::removeOptions

GearmanClient::removeOptions

(PECL gearman >= 0.6.0)

GearmanClient::removeOptionsRemove client options

Опис

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

Removes (unsets) one or more options.

Параметри

option
The options to be removed (unset)

Значення, що повертаються

Always returns true.

To Top