GearmanTask::recvData

(PECL gearman >= 0.5.0)

GearmanTask::recvDataRead work or result data into a buffer for a task

Опис

public GearmanTask::recvData(int $data_len): false|array

Увага

Ця функція — ЕКСПЕРИМЕНТАЛЬНА. Її поведінка, назва та документація можуть бути змінені без попередження в майбутніх випусках PHP. Використання цієї функції є ризикованим для розробника.

Параметри

data_len

Length of data to be read.

Значення, що повертаються

An array whose first element is the length of data read and the second is the data buffer. Returns false if the read failed.

Прогляньте також

add a note

User Contributed Notes

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