GearmanJob::exception

(PECL gearman <= 0.5.0)

GearmanJob::exception发送正在运行作业的异常(已弃用)

说明

public GearmanJob::exception(string $exception): bool

在该作业运行时发送提供的异常。

注意:

该方法已被 GearmanJob::sendException() 在 Gearman 扩展的 0.6.0 版本中替换。

参数

exception

异常描述。

返回值

成功时返回 true,失败时返回 false

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top