GearmanJob::sendWarning
(PECL gearman >= 0.6.0)
GearmanJob::sendWarning — Send a warning
설명
public bool GearmanJob::sendWarning
( string $warning
)
Sends a warning for this job while it is running.
인수
- warning
-
A warning messages.
반환값
성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다.
참고
- GearmanJob::sendComplete() - Send the result and complete status
- GearmanJob::sendException() - Send exception for running job (exception)
- GearmanJob::sendFail() - Send fail status
There are no user contributed notes for this page.
