GearmanJob::sendData

Send 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::workload
  • GearmanTask::data