CakeFest 2024: The Official CakePHP Conference

La clase GearmanJob

(PECL gearman >= 0.5.0)

Introducción

Sinopsis de la Clase

class GearmanJob {
/* Métodos */
public complete(string $result): bool
public __construct()
public data(string $data): bool
public exception(string $exception): bool
public fail(): bool
public handle(): 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 status(int $numerator, int $denominator): bool
public unique(): string
public warning(string $warning): bool
public workload(): string
public workloadSize(): int
}

Tabla de contenidos

add a note

User Contributed Notes

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