PHP 8.4.26 Released!

GearmanTask::data

(PECL gearman >= 0.5.0)

GearmanTask::data — Get data returned for a task

Description

public function GearmanTask::data(): false|string

Returns data being returned for a task by a worker.

Parameters

This function has no parameters.

Return Values

The serialized data, or false if no data is present.

See Also

+add a note

User Contributed Notes

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