array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'gearmanjob.complete.php', 1 => 'GearmanJob::complete', 2 => 'Send the result and complete status (deprecated)', ), 'up' => array ( 0 => 'class.gearmanjob.php', 1 => 'GearmanJob', ), 'prev' => array ( 0 => 'class.gearmanjob.php', 1 => 'GearmanJob', ), 'next' => array ( 0 => 'gearmanjob.construct.php', 1 => 'GearmanJob::__construct', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/gearman/gearmanjob/complete.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

GearmanJob::complete

(PECL gearman <= 0.5.0)

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

说明

public GearmanJob::complete(string $result): bool

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

注意:

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

参数

result

Serialized result data.

返回值

成功时返回 true, 或者在失败时返回 false

参见