GearmanJob
PHP Manual

GearmanJob::sendData

(PECL gearman >= 0.6.0)

GearmanJob::sendDataSend data for a running job

Beschreibung

public bool GearmanJob::sendData ( string $data )

Sends data to the job server (and any listening clients) for this job.

Parameter-Liste

data

Arbitrary serialized data.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch


GearmanJob
PHP Manual