PHP 8.3.4 Released!

GearmanJob::sendException

(PECL gearman >= 0.6.0)

GearmanJob::sendExceptionSend exception for running job (exception)

Descrizione

public GearmanJob::sendException(string $exception): bool

Sends the supplied exception when this job is running.

Elenco dei parametri

exception

An exception description.

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

Vedere anche:

add a note

User Contributed Notes

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