<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gearmantask.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'gearmantask.uuid.php',
    1 => 'GearmanTask::uuid',
    2 => 'Get the unique identifier for a task (deprecated)',
  ),
  'up' => 
  array (
    0 => 'class.gearmantask.php',
    1 => 'GearmanTask',
  ),
  'prev' => 
  array (
    0 => 'gearmantask.unique.php',
    1 => 'GearmanTask::unique',
  ),
  'next' => 
  array (
    0 => 'class.gearmanworker.php',
    1 => 'GearmanWorker',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gearman/gearmantask/uuid.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gearmantask.uuid" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GearmanTask::uuid</h1>
  <p class="verinfo">(PECL gearman &lt;= 0.5.0)</p><p class="refpurpose"><span class="refname">GearmanTask::uuid</span> &mdash; <span class="dc-title">Get the unique identifier for a task (deprecated)</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gearmantask.uuid-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>GearmanTask::uuid</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="simpara">
   Returns the unique identifier for this task.  This is assigned by the <span class="classname"><a href="class.gearmanclient.php" class="classname">GearmanClient</a></span>,
   as opposed to the job handle which is set by the Gearman job server.
  </p>
  <blockquote class="note"><p><strong class="note">Nota</strong>: 
   <span class="simpara">
    This method has been replaced by <span class="methodname"><a href="gearmantask.unique.php" class="methodname">GearmanTask::unique()</a></span> in the
    0.6.0 release of the Gearman extension.
   </span>
  </p></blockquote>
 </div>


 <div class="refsect1 parameters" id="refsect1-gearmantask.uuid-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gearmantask.uuid-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
   The unique identifier, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> if no identifier is assigned.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-gearmantask.uuid-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="gearmanclient.do.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::do()</a> - Run a single task and return a result [deprecated]</span></li>
   <li><span class="methodname"><a href="gearmanclient.addtask.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::addTask()</a> - Add a task to be run in parallel</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>