<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.eventhttprequest.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'eventhttprequest.sendreplyend.php',
    1 => 'EventHttpRequest::sendReplyEnd',
    2 => 'Complete a chunked reply, freeing the request as appropriate',
  ),
  'up' => 
  array (
    0 => 'class.eventhttprequest.php',
    1 => 'EventHttpRequest',
  ),
  'prev' => 
  array (
    0 => 'eventhttprequest.sendreplychunk.php',
    1 => 'EventHttpRequest::sendReplyChunk',
  ),
  'next' => 
  array (
    0 => 'eventhttprequest.sendreplystart.php',
    1 => 'EventHttpRequest::sendReplyStart',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/event/eventhttprequest/sendreplyend.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="eventhttprequest.sendreplyend" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EventHttpRequest::sendReplyEnd</h1>
  <p class="verinfo">(PECL event &gt;= 1.4.0-beta)</p><p class="refpurpose"><span class="refname">EventHttpRequest::sendReplyEnd</span> &mdash; <span class="dc-title">Complete a chunked reply, freeing the request as appropriate</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-eventhttprequest.sendreplyend-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EventHttpRequest::sendReplyEnd</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   Complete a chunked reply, freeing the request as appropriate.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-eventhttprequest.sendreplyend-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-eventhttprequest.sendreplyend-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Не повертає значень.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-eventhttprequest.sendreplyend-seealso">
  <h3 class="title">Прогляньте також</h3>
  <ul class="simplelist">
   <li>
    <span class="methodname"><a href="eventhttprequest.sendreplystart.php" class="methodname" rel="rdfs-seeAlso">EventHttpRequest::sendReplyStart()</a> - Initiate a chunked reply</span>
   </li>
   <li>
    <span class="methodname"><a href="eventhttprequest.sendreplychunk.php" class="methodname" rel="rdfs-seeAlso">EventHttpRequest::sendReplyChunk()</a> - Send another data chunk as part of an ongoing chunked reply</span>
   </li>
  </ul>
 </div>

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