<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'gearmanclient.clone.php',
    1 => 'GearmanClient::clone',
    2 => 'Create a copy of a GearmanClient object',
  ),
  'up' => 
  array (
    0 => 'class.gearmanclient.php',
    1 => 'GearmanClient',
  ),
  'prev' => 
  array (
    0 => 'gearmanclient.clearcallbacks.php',
    1 => 'GearmanClient::clearCallbacks',
  ),
  'next' => 
  array (
    0 => 'gearmanclient.construct.php',
    1 => 'GearmanClient::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/gearman/gearmanclient/clone.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="gearmanclient.clone" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">GearmanClient::clone</h1>
  <p class="verinfo">(PECL gearman &gt;= 0.5.0)</p><p class="refpurpose"><span class="refname">GearmanClient::clone</span> &mdash; <span class="dc-title">Create a copy of a <span class="classname"><a href="class.gearmanclient.php" class="classname">GearmanClient</a></span> object</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-gearmanclient.clone-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>GearmanClient::clone</strong></span>(): <span class="type"><a href="class.gearmanclient.php" class="type GearmanClient">GearmanClient</a></span></div>

  <p class="simpara">
   Creates a copy of a <span class="classname"><a href="class.gearmanclient.php" class="classname">GearmanClient</a></span> object.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-gearmanclient.clone-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-gearmanclient.clone-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="simpara">
   A <span class="classname"><a href="class.gearmanclient.php" class="classname">GearmanClient</a></span> on success, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> on failure.
  </p>
 </div>


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