PHP Conference Japan 2024

GearmanJob::exception

(PECL gearman <= 0.5.0)

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

描述

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

在该任务运行时发送提供的异常。

注意:

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

参数

exception

异常描述。

返回值

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

参见

添加注释

用户贡献的注释

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