GearmanWorker::error

(PECL gearman >= 0.5.0)

GearmanWorker::error Obtiene el último error ocurrido

Descripción

public GearmanWorker::error(): string|false

Devuelve el último error ocurrido, en forma de string.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Una string legible por humanos que representa el último error ocurrido, o false si no hay mensaje de error disponible.

Ver también

add a note

User Contributed Notes

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