<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.swoole-http-response.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'swoole-http-response.destruct.php',
    1 => 'Swoole\\Http\\Response::__destruct',
    2 => 'Destr&oacute;i a resposta HTTP.',
  ),
  'up' => 
  array (
    0 => 'class.swoole-http-response.php',
    1 => 'Swoole\\Http\\Response',
  ),
  'prev' => 
  array (
    0 => 'swoole-http-response.cookie.php',
    1 => 'Swoole\\Http\\Response::cookie',
  ),
  'next' => 
  array (
    0 => 'swoole-http-response.end.php',
    1 => 'Swoole\\Http\\Response::end',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/swoole/swoole/http/response/destruct.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="swoole-http-response.destruct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Swoole\Http\Response::__destruct</h1>
  <p class="verinfo">(PECL swoole &gt;= 1.9.0)</p><p class="refpurpose"><span class="refname">Swoole\Http\Response::__destruct</span> &mdash; <span class="dc-title">Destrói a resposta HTTP.</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-swoole-http-response.destruct-description">
  <h3 class="title">Descrição</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Swoole\Http\Response::__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>


 <div class="refsect1 parameters" id="refsect1-swoole-http-response.destruct-parameters">
  <h3 class="title">Parâmetros</h3>
  <p class="para">Esta função não possui parâmetros.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-swoole-http-response.destruct-returnvalues">
  <h3 class="title">Valor Retornado</h3>
  <p class="para">

  </p>
 </div>



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