PHP 8.3.4 Released!

La classe GearmanJob

(PECL gearman >= 0.5.0)

Introduction

Synopsis de la classe

class GearmanJob {
/* Méthodes */
public handle(): false|string
public returnCode(): int
public sendComplete(string $result): bool
public sendData(string $data): bool
public sendException(string $exception): bool
public sendFail(): bool
public sendStatus(int $numerator, int $denominator): bool
public sendWarning(string $warning): bool
public setReturn(int $gearman_return_t): bool
public unique(): false|string
public workload(): string
public workloadSize(): int
}

Sommaire

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top