PHP 7.0.6 Released

GearmanJob::sendWarning

(PECL gearman >= 0.6.0)

GearmanJob::sendWarningSend a warning

Description

public bool GearmanJob::sendWarning ( string $warning )

Sends a warning for this job while it is running.

Parameters

warning

A warning message.

Return Values

Returns TRUE on success or FALSE on failure.

See Also

User Contributed Notes

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