GearmanJob
PHP Manual

GearmanJob::sendData

(PECL gearman >= 0.6.0)

GearmanJob::sendDataSend data for a running job

Description

public bool GearmanJob::sendData ( string $data )

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

Liste de paramètres

data

Arbitrary serialized data.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.

Voir aussi


GearmanJob
PHP Manual