GearmanJob::functionName

(PECL gearman >= 0.5.0)

GearmanJob::functionNameObtiene el nombre de la función

Descripción

public GearmanJob::functionName(): false|string

Devuelve el nombre de la función para este trabajo. Es la función ejecutada por el agente para ejecutar el trabajo.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

El nombre de la función, o false si el trabajo no ha sido inicializado.

Ver también

add a note

User Contributed Notes

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