Php/docs/gearmanworker.setoptions
来自菜鸟教程
GearmanWorker::setOptions
(PECL gearman >= 0.5.0)
GearmanWorker::setOptions — Set worker options
说明
public GearmanWorker::setOptions
( int $option
) : bool
Sets one or more options to the supplied value.
参数
option
- The options to be set
返回值
Always returns true
.
参见
- GearmanWorker::options() - Get worker options
- GearmanWorker::addOptions() - Add worker options
- GearmanWorker::removeOptions() - Remove worker options
- GearmanClient::setOptions() - Set client options