GearmanJob::handle
PHP Manual
PHP Manual»GearmanJob»GearmanJob::handle

GearmanJob::handle

(PECL gearman >= 0.5.0)

GearmanJob::handleGet the job handle

Description

public function 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

To Top