Gearman GearmanJob::sendException

(PECL gearman >= 0.6.0)

GearmanJob::sendException — 작업 실행에 대한 예외 보내기(예외)


설명

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

이 작업이 실행 중일 때 제공된 예외를 보냅니다.


매개변수

exception
예외 설명입니다.

반환 값

성공하면 true를, 실패하면 false를 반환합니다.


기타