GearmanTask::sendData

(PECL gearman <= 0.5.0)

GearmanTask::sendDataSend data for a task (deprecated)

Descrizione

public GearmanTask::sendData(string $data): int

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

Data to send to the worker.

Valori restituiti

The length of data sent, or false if the send failed.

Vedere anche:

add a note add a note

User Contributed Notes

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