Gearman GearmanJob::sendComplete

(PECL gearman >= 0.6.0)

GearmanJob::sendComplete — 결과 및 완료 상태 보내기


설명

public GearmanJob::sendComplete(string $result): bool

이 작업에 대한 결과 데이터 및 전체 상태 업데이트를 보냅니다.


매개변수

result
직렬화된 결과 데이터입니다.

반환 값

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


기타