GearmanJob::handle

(PECL gearman >= 0.5.0)

GearmanJob::handleGet the job handle

Description

publicGearmanJob::handle(): false|string

Returns the opaque job handle assigned by the job server.

Parameters

This function has no parameters.

Return Values

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

See Also

To Top