GearmanClient::returnCode
PHP Manual
PHP Manual»GearmanClient»GearmanClient::returnCode

GearmanClient::returnCode

(PECL gearman >= 0.5.0)

GearmanClient::returnCodeGet the last Gearman return code

Açıklama

public function GearmanClient::returnCode(): int

Returns the last Gearman return code.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

A valid Gearman return code.

To Top