PHP 8.5.0 Alpha 2 available for testing

GearmanJob::sendWarning

(PECL gearman >= 0.6.0)

GearmanJob::sendWarningEnvía una alerta

Descripción

public GearmanJob::sendWarning(string $warning): bool

Envía una alerta para este trabajo durante su ejecución.

Parámetros

warning

Un mensaje de alerta.

Valores devueltos

Esta función retorna true en caso de éxito o false si ocurre un error.

Ver también

add a note

User Contributed Notes

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