GearmanJob::functionName
PHP function
Edit on GitHub ✎
(PECL gearman >= 0.5.0)
Get function name
Description
GearmanJob::functionName(): false|string
Returns the function name for this job. This is the function the work will execute to perform the job.
Parameters Parameters
Return Values
The name of a function, or false if the job has not yet been initialized.
See Also
GearmanTask::function