PHP Conference Fukuoka 2025

GearmanClient::returnCode

(PECL gearman >= 0.5.0)

GearmanClient::returnCodeObtém o último código de retorno do Gearman

Descrição

public GearmanClient::returnCode(): int

Obtém o último código de retorno do Gearman.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Um código de retorno Gearman válido.

adicionar nota

Notas de Usuários 2 notes

up
0
casper at bcx dot nl
8 years ago
GEARMAN_TIMEOUT is returned when a timeout is set with  ->setTimeout()
up
0
stanislav dot reshetnev at gmail dot com
10 years ago
Valid return codes are:GEARMAN_SUCCESSGEARMAN_PAUSEGEARMAN_IO_WAITGEARMAN_WORK_STATUSGEARMAN_WORK_DATAGEARMAN_WORK_EXCEPTIONGEARMAN_WORK_WARNINGGEARMAN_WORK_FAILGiven from php_gearman.c version 0.8.3.
To Top