CakeFest 2024: The Official CakePHP Conference

GearmanTask::sendWorkload

(PECL gearman >= 0.6.0)

GearmanTask::sendWorkloadSend data for a task

Descrizione

public GearmanTask::sendWorkload(string $data): int|false

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

User Contributed Notes

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