PHP 8.5.0 Alpha 1 available for testing

GearmanClient::error

(PECL gearman >= 0.5.0)

GearmanClient::errorDevuelve el último error encontrado en forma de chaîne de caractères

Descripción

public GearmanClient::error(): string|false

Devuelve el último error encontrado en forma de chaîne de caractères.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Un chaîne de caractères 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