GearmanClient::error

(PECL gearman >= 0.5.0)

GearmanClient::errorDevuelve el último error encontrado en forma de string

Descripción

public GearmanClient::error(): string|false

Devuelve el último error encontrado en forma de string.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Un 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