PHP 8.3.4 Released!

GearmanJob::handle

(PECL gearman >= 0.5.0)

GearmanJob::handleGet the job handle

Description

public GearmanJob::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

add a note

User Contributed Notes

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