GearmanJob::functionName

(PECL gearman >= 0.5.0)

GearmanJob::functionNameRetorna el nombre de la función

Descripción

public GearmanJob::functionName(): string

Retorna el nombre de la función para este trabajo. Esta es la función que se ejecutará para realizar el trabajo.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

El nombre de la función.

Ver también

add a note add a note

User Contributed Notes 1 note

up
-4
fastest963 at gmail dot com
9 years ago
FYI this is the queue name not the callable function name.
To Top