GearmanWorker::removeOptions
(PECL gearman >= 0.6.0)
GearmanWorker::removeOptions — Remove worker options
説明
public GearmanWorker::removeOptions
( int
$option
) : boolRemoves (unsets) one or more worker options.
パラメータ
-
option -
The options to be removed (unset)
返り値
Always returns TRUE.
参考
- GearmanWorker::options() - Get worker options
- GearmanWorker::setOptions() - Set worker options
- GearmanWorker::addOptions() - Add worker options