CakeFest 2024: The Official CakePHP Conference

The GearmanTask class

(PECL gearman >= 0.5.0)

简介

类摘要

class GearmanTask {
/* 方法 */
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
}

目录

add a note

User Contributed Notes

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