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

GearmanJob::unique

(PECL gearman >= 0.5.0)

GearmanJob::uniqueGet the unique identifier

Beschreibung

public GearmanJob::unique(): false|string

Returns the unique identifier for this job. The identifier is assigned by the client.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

An opaque unique identifier, or false if the job has not yet been initialized.

Siehe auch