PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

GearmanJob::sendException

(PECL gearman >= 0.6.0)

GearmanJob::sendExceptionSend 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

参见