php8.5
Home/ Manual/ gearman / gearmantask/ GearmanTask::functionName

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.

Source: reference/gearman/gearmantask/functionname.xml · from the official PHP manual (php/doc-en)