GearmanJob
PHP Manual

GearmanJob::warning

(PECL gearman <= 0.5.0)

GearmanJob::warningSend a warning (deprecated)

Description

public bool GearmanJob::warning ( string $warning )

Sends a warning for this job while it is running.

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

Liste de paramètres

warning

A warning messages.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.

Voir aussi


GearmanJob
PHP Manual