GearmanJob::warning
(PECL gearman <= 0.5.0)
GearmanJob::warning — Send a warning (deprecated)
説明
public GearmanJob::warning
( string $warning
) : bool
Sends a warning for this job while it is running.
注意:
This method has been replaced by GearmanJob::sendWarning() in the 0.6.0 release of the Gearman extension.
パラメータ
warning
- A warning messages.
返り値
成功した場合に true
を、失敗した場合に false
を返します。
参考
- GearmanJob::sendComplete() - Send the result and complete status
- GearmanJob::sendException() - Send exception for running job (exception)
- GearmanJob::sendFail() - Send fail status