GearmanTask::sendData

(PECL gearman <= 0.5.0)

GearmanTask::sendDataSend data for a task (deprecated)

Descrição

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

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

Data to send to the worker.

Valor Retornado

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

Veja Também

add a note add a note

User Contributed Notes

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