<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.gearmanworker.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'gearmanworker.returncode.php',
    1 => 'GearmanWorker::returnCode',
    2 => 'Get last Gearman return code',
  ),
  'up' => 
  array (
    0 => 'class.gearmanworker.php',
    1 => 'GearmanWorker',
  ),
  'prev' => 
  array (
    0 => 'gearmanworker.removeoptions.php',
    1 => 'GearmanWorker::removeOptions',
  ),
  'next' => 
  array (
    0 => 'gearmanworker.setid.php',
    1 => 'GearmanWorker::setId',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gearman/gearmanworker/returncode.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gearmanworker.returncode" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GearmanWorker::returnCode</h1>
  <p class="verinfo">(PECL gearman &gt;= 0.5.0)</p><p class="refpurpose"><span class="refname">GearmanWorker::returnCode</span> &mdash; <span class="dc-title">Get last Gearman return code</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gearmanworker.returncode-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>GearmanWorker::returnCode</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="simpara">
   Returns the last Gearman return code.
  </p>
 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-gearmanworker.returncode-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
   A valid Gearman return code.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-gearmanworker.returncode-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="gearmanworker.error.php" class="methodname" rel="rdfs-seeAlso">GearmanWorker::error()</a> - Get the last error encountered</span></li>
   <li><span class="methodname"><a href="gearmanworker.geterrno.php" class="methodname" rel="rdfs-seeAlso">GearmanWorker::getErrno()</a> - Get errno</span></li>
  </ul>
 </div>


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