PHP 8.1.28 Released!

La clase GearmanTask

(PECL gearman >= 0.5.0)

Introducción

Sinopsis de la Clase

class GearmanTask {
/* Métodos */
public __construct()
public data(): string
public dataSize(): int
public function(): string
public isKnown(): bool
public isRunning(): bool
public jobHandle(): string
public recvData(int $data_len): array
public returnCode(): int
public sendData(string $data): int
public sendWorkload(string $data): int
public taskNumerator(): int
public unique(): string
public uuid(): string
}

Tabla de contenidos

add a note

User Contributed Notes

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