(PECL gearman <= 0.5.0)
GearmanJob::complete — 发送结果和完成状态(已弃用)
$result
发送结果数据和此作业的完成状态更新。
注意: 此方法已被 GearmanJob::sendComplete() 在 Gearman 扩展的 0.6.0 版本中取代。
注意:
此方法已被 GearmanJob::sendComplete() 在 Gearman 扩展的 0.6.0 版本中取代。
result
序列化结果数据。
成功时返回 true,失败时返回 false。
true
false