PHP 8.5.0 Alpha 2 available for testing

GearmanTask::functionName

(PECL gearman >= 0.6.0)

GearmanTask::functionNameObtiene el nombre de la función asociada

Descripción

public GearmanTask::functionName(): false|string

Devuelve el nombre de la función asociada a esta tarea, es decir, la función llamada por el agente Gearman.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Un nombre de función, o false si la tarea no ha sido creada aún.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top