GearmanJob::setReturn
PHP function
Edit on GitHub ✎
(PECL gearman >= 0.5.0)
Set a return value
Description
GearmanJob::setReturn(int $gearman_return_t): bool
Sets the return value for this job, indicates how the job completed.
Parameters
gearman_return_tA valid Gearman return value.
Return Values
Description...