GearmanClient::doJobHandle
PHP Manual
PHP Manual»GearmanClient»GearmanClient::doJobHandle

GearmanClient::doJobHandle

(PECL gearman >= 0.5.0)

GearmanClient::doJobHandleGet the job handle for the running task

Descrizione

public function GearmanClient::doJobHandle(): string

Gets that job handle for a running task. This should be used between repeated GearmanClient::doNormal() calls. The job handle can then be used to get information on the task.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The job handle for the running task.

Vedere anche:

To Top