GearmanTask::recvData
(PECL gearman >= 0.5.0)
GearmanTask::recvData — Read work or result data into a buffer for a task
Descrizione
public array GearmanTask::recvData
( int
$data_len
)
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.
There are no user contributed notes for this page.
