GearmanJob::warning

(PECL gearman <= 0.5.0)

GearmanJob::warningSend a warning (deprecated)

Descrierea

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

Sends a warning for this job while it is running.

Notă:

This method has been replaced by GearmanJob::sendWarning() in the 0.6.0 release of the Gearman extension.

Parametri

warning

A warning messages.

Valorile întoarse

Întoarce valoarea true în cazul succesului sau false în cazul eșecului.

A se vedea și

add a note add a note

User Contributed Notes

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