CakeFest 2024: The Official CakePHP Conference

The GearmanTask class

(PECL gearman >= 0.5.0)

Introduzione

Sommario della classe

class GearmanTask {
/* Metodi */
public __construct()
public data(): false|string
public dataSize(): int|false
public isKnown(): bool
public isRunning(): bool
public recvData(int $data_len): false|array
public returnCode(): int
public sendWorkload(string $data): int|false
public unique(): false|string
}

Indice dei contenuti

add a note

User Contributed Notes

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