PHP 8.1.28 Released!

GearmanTask::recvData

(PECL gearman >= 0.5.0)

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

Descrição

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

Aviso

Esta função é EXPERIMENTAL. O comportamento desta função, seu nome e documentação poderão mudar sem aviso prévio em futuras versões do PHP. Use por sua conta e risco.

Parâmetros

data_len

Length of data to be read.

Valor Retornado

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

Veja Também

add a note

User Contributed Notes

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