GearmanJob::handle

(PECL gearman >= 0.5.0)

GearmanJob::handleGet the job handle

説明

publicGearmanJob::handle(): false|string

Returns the opaque job handle assigned by the job server.

パラメータ

この関数にはパラメータはありません。

戻り値

An opaque job handle, or false if the job has not yet been initialized.

参考

To Top