<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.fpm.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.fastcgi-finish-request.php',
    1 => 'fastcgi_finish_request',
    2 => 'Flushes all response data to the client',
  ),
  'up' => 
  array (
    0 => 'ref.fpm.php',
    1 => 'FPM-Funktionen',
  ),
  'prev' => 
  array (
    0 => 'ref.fpm.php',
    1 => 'FPM-Funktionen',
  ),
  'next' => 
  array (
    0 => 'function.fpm-get-status.php',
    1 => 'fpm_get_status',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/fpm/functions/fastcgi-finish-request.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fastcgi-finish-request" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fastcgi_finish_request</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.3.3, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">fastcgi_finish_request</span> &mdash; <span class="dc-title">Flushes all response data to the client</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fastcgi-finish-request-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>fastcgi_finish_request</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   This function flushes all response data to the client and finishes the
   request. This allows for time consuming tasks to be performed without
   leaving the connection to the client open.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.fastcgi-finish-request-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.fastcgi-finish-request-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Gibt bei Erfolg <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> zurück. Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben.
  </p>
 </div>

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