Php/docs/gearmanworker.removeoptions
来自菜鸟教程
GearmanWorker::removeOptions
(PECL gearman >= 0.6.0)
GearmanWorker::removeOptions — Remove worker options
说明
public GearmanWorker::removeOptions
( int $option
) : bool
Removes (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