<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.swoole-client.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'swoole-client.destruct.php',
    1 => 'Swoole\\Client::__destruct',
    2 => 'Destruct the Swoole client.',
  ),
  'up' => 
  array (
    0 => 'class.swoole-client.php',
    1 => 'Swoole\\Client',
  ),
  'prev' => 
  array (
    0 => 'swoole-client.construct.php',
    1 => 'Swoole\\Client::__construct',
  ),
  'next' => 
  array (
    0 => 'swoole-client.getpeername.php',
    1 => 'Swoole\\Client::getpeername',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/swoole/swoole/client/destruct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="swoole-client.destruct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Swoole\Client::__destruct</h1>
  <p class="verinfo">(PECL swoole &gt;= 1.9.0)</p><p class="refpurpose"><span class="refname">Swoole\Client::__destruct</span> &mdash; <span class="dc-title">Destruct the Swoole client.</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-swoole-client.destruct-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Swoole\Client::__destruct</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">

  </p>

  <div class="warning"><strong class="warning">警告</strong><p class="simpara">本函数还未编写文档,仅有参数列表。</p></div>

 </div>


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



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