php8.5
Home/ Manual/ gearman / gearmanjob/ GearmanJob::functionName

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

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