PHP 8.3.4 Released!

The GearmanJob class

(PECL gearman >= 0.5.0)

Introdução

Resumo da classe

class GearmanJob {
/* Métodos */
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
}

Índice

add a note

User Contributed Notes

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