PHP Doku:: Send the result and complete status (deprecated) - gearmanjob.complete.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteGearmanThe GearmanJob classGearmanJob::complete

Ein Service von Reinhard Neidl - Webprogrammierung.

The GearmanJob class

<<The GearmanJob class

GearmanJob::__construct>>

GearmanJob::complete

(PECL gearman <= 0.5.0)

GearmanJob::completeSend the result and complete status (deprecated)

Beschreibung

public bool GearmanJob::complete ( string $result )

Sends result data and the complete status update for this job.

Hinweis:

This method has been replaced by GearmanJob::sendComplete() in the 0.6.0 release of the Gearman extension.

Parameter-Liste

result

Serialized result data.

Rückgabewerte

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

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)