PHP 8.3.4 Released!

GearmanJob::workload

(PECL gearman >= 0.5.0)

GearmanJob::workloadGet workload

说明

public GearmanJob::workload(): string

Returns the workload for the job. This is serialized data that is to be processed by the worker.

参数

此函数没有参数。

返回值

Serialized data.

参见

add a note

User Contributed Notes

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