GearmanTask::jobHandle

gearman_job_handle

GearmanTask::jobHandle -- gearman_job_handleGet the job handle

Description

public GearmanTask::jobHandle(): false|string

Returns the job handle for this task.

Parameters

This function has no parameters.

Return Values

The opaque job handle, or false if the task has not yet been created.

See Also