PHP 8.3.4 Released!

GearmanTask::data

(PECL gearman >= 0.5.0)

GearmanTask::dataGet data returned for a task

Açıklama

public GearmanTask::data(): false|string

Returns data being returned for a task by a worker.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

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

Ayrıca Bakınız

add a note

User Contributed Notes

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