Php/docs/gearmanjob.sendexception
来自菜鸟教程
GearmanJob::sendException
(PECL gearman >= 0.6.0)
GearmanJob::sendException — Send exception for running job (exception)
说明
public GearmanJob::sendException
( string $exception
) : bool
Sends the supplied exception when this job is running.
参数
exception
- An exception description.
返回值
成功时返回 true
, 或者在失败时返回 false
。
参见
- GearmanJob::setReturn() - Set a return value
- GearmanJob::sendStatus() - Send status
- GearmanJob::sendWarning() - Send a warning