GearmanTask::functionName
PHP function
Edit on GitHub ✎
(PECL gearman >= 0.6.0)
Get associated function name
Description
GearmanTask::functionName(): false|string
Returns the name of the function this task is associated with, i.e., the function the Gearman worker calls.
Parameters Parameters
Return Values
A function name, or false if the task has not yet been created.