<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gearmanclient.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'gearmanclient.dojobhandle.php',
    1 => 'GearmanClient::doJobHandle',
    2 => 'Get the job handle for the running task',
  ),
  'up' => 
  array (
    0 => 'class.gearmanclient.php',
    1 => 'GearmanClient',
  ),
  'prev' => 
  array (
    0 => 'gearmanclient.dohighbackground.php',
    1 => 'GearmanClient::doHighBackground',
  ),
  'next' => 
  array (
    0 => 'gearmanclient.dolow.php',
    1 => 'GearmanClient::doLow',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gearman/gearmanclient/dojobhandle.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gearmanclient.dojobhandle" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GearmanClient::doJobHandle</h1>
  <p class="verinfo">(PECL gearman &gt;= 0.5.0)</p><p class="refpurpose"><span class="refname">GearmanClient::doJobHandle</span> &mdash; <span class="dc-title">Get the job handle for the running task</span></p>

 </div>

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

  <p class="simpara">
   Gets that job handle for a running task.  This should be used between repeated
   <span class="methodname"><a href="gearmanclient.donormal.php" class="methodname">GearmanClient::doNormal()</a></span> calls.  The job handle can then be used
   to get information on the task.
  </p>
 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-gearmanclient.dojobhandle-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
   The job handle for the running task.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-gearmanclient.dojobhandle-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="gearmanclient.jobstatus.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::jobStatus()</a> - Get the status of a background job</span></li>
  </ul>
 </div>


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