GearmanJob::exception
GearmanJob::exception
(PECL gearman <= 0.5.0)
GearmanJob :: exception - 发送运行作业的异常(不建议使用)
描述
public bool GearmanJob::exception ( string $exception )
此作业运行时发送提供的异常。
注意
:在Gearman扩展的0.6.0版本中,该方法已被GearmanJob :: sendException()所取代。
参数
exception
一个例外说明。
返回值
成功时返回TRUE
或失败时返回FALSE
。
扩展内容
- GearmanJob :: setReturn() - 设置返回值
- GearmanJob :: sendStatus() - 发送状态
- GearmanJob :: sendWarning() - 发送警告