PHP 8.6.0 Beta 1 is available for testing

GearmanClient::returnCode

(PECL gearman >= 0.5.0)

GearmanClient::returnCodeObtiene el último código Gearman devuelto

Descripción

public function GearmanClient::returnCode(): int

Devuelve el último código Gearman devuelto.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Un código de retorno Gearman válido.

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes 2 notes

up
0
casper at bcx dot nl
8 years ago
GEARMAN_TIMEOUT is returned when a timeout is set with ->setTimeout()
up
-1
stanislav dot reshetnev at gmail dot com
11 years ago
Valid return codes are:
GEARMAN_SUCCESS
GEARMAN_PAUSE
GEARMAN_IO_WAIT
GEARMAN_WORK_STATUS
GEARMAN_WORK_DATA
GEARMAN_WORK_EXCEPTION
GEARMAN_WORK_WARNING
GEARMAN_WORK_FAIL
Given from php_gearman.c version 0.8.3.
+add a note

AltStyle によって変換されたページ (->オリジナル) /