<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'gearmanclient.error.php',
    1 => 'GearmanClient::error',
    2 => 'Returns an error string for the last error encountered',
  ),
  'up' => 
  array (
    0 => 'class.gearmanclient.php',
    1 => 'GearmanClient',
  ),
  'prev' => 
  array (
    0 => 'gearmanclient.echo.php',
    1 => 'GearmanClient::echo',
  ),
  'next' => 
  array (
    0 => 'gearmanclient.geterrno.php',
    1 => 'GearmanClient::getErrno',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gearman/gearmanclient/error.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gearmanclient.error" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GearmanClient::error</h1>
  <p class="verinfo">(PECL gearman &gt;= 0.5.0)</p><p class="refpurpose"><span class="refname">GearmanClient::error</span> &mdash; <span class="dc-title">Returns an error string for the last error encountered</span></p>

 </div>

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

  <p class="para rdfs-comment">
   Returns an error string for the last error encountered.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-gearmanclient.error-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gearmanclient.error-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   A human readable error string, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> if there is no error message available.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-gearmanclient.error-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="gearmanclient.geterrno.php" class="methodname" rel="rdfs-seeAlso">GearmanClient::getErrno()</a> - Get an errno value</span></li>
   </ul>
  </p>
 </div>


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