GearmanClient::doLowBackground
GearmanClient::doLowBackground
(PECL gearman >= 0.5.0)
GearmanClient :: doLowBackground - 在后台运行一个低优先级的任务
描述
public string GearmanClient::doLowBackground ( string $function_name , string $workload [, string $unique ] )
在后台运行低优先级任务,返回可用于获取正在运行的任务状态的作业句柄。正常和高优先级任务优先于作业队列中的低优先级任务。
参数
function_name
工作人员执行的注册功能
workload
要处理的序列化数据
unique
用于识别特定任务的唯一ID
返回值
提交的任务的作业处理。
扩展内容
- GearmanClient :: doNormal() - 运行一个任务并返回一个结果
- GearmanClient :: doHigh() - 运行一个高优先级的任务
- GearmanClient :: doLow() - 运行一个低优先级的任务
- GearmanClient :: doBackground() - 在后台运行一个任务
- GearmanClient :: doHighBackground() - 在后台运行一个高优先级的任务
← GearmanClient::doLow
GearmanClient::doNormal →