PHP 8.4.26 Released!

GearmanClient::error

(PECL gearman >= 0.5.0)

GearmanClient::error — Devuelve el último error encontrado en forma de string

Descripción

public function GearmanClient::error(): string|false

Devuelve el último error encontrado en forma de string.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

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

Véase también

+add a note

User Contributed Notes

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