CakeFest 2024: The Official CakePHP Conference

GearmanTask::recvData

(PECL gearman >= 0.5.0)

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

Descrizione

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

Avviso

Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questa funzione è a vostro rischio.

Elenco dei parametri

data_len

Length of data to be read.

Valori restituiti

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

Vedere anche:

add a note

User Contributed Notes

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