<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.apache.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.apache-child-terminate.php',
    1 => 'apache_child_terminate',
    2 => 'Termine le processus Apache apr&egrave;s cette requ&ecirc;te',
  ),
  'up' => 
  array (
    0 => 'ref.apache.php',
    1 => 'Fonctions Apache',
  ),
  'prev' => 
  array (
    0 => 'ref.apache.php',
    1 => 'Fonctions Apache',
  ),
  'next' => 
  array (
    0 => 'function.apache-get-modules.php',
    1 => 'apache_get_modules',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/apache/functions/apache-child-terminate.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.apache-child-terminate" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">apache_child_terminate</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.5, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">apache_child_terminate</span> &mdash; <span class="dc-title">Termine le processus Apache après cette requête</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.apache-child-terminate-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>apache_child_terminate</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   <span class="function"><strong>apache_child_terminate()</strong></span> va programmer le processus
   Apache pour qu&#039;il se termine une fois la requête PHP courante terminée.
   Cela peut servir à terminer un processus après un script qui
   aurait consommé beaucoup de mémoire. En effet, la mémoire est généralement
   libérée de manière interne, mais pas rendue au système.
  </p>
  <p class="para">
   Fonctionne avec les serveurs web Apache et FastCGI.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.apache-child-terminate-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.apache-child-terminate-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Aucune valeur n&#039;est retournée.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.apache-child-terminate-notes">
  <h3 class="title">Notes</h3>
  <blockquote class="note"><p><strong class="note">Note</strong>: <span class="simpara">
 Cette fonction n&#039;est pas implémentée sur les plates-formes Windows.
</span></p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.apache-child-terminate-seealso">
  <h3 class="title">Voir aussi</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.exit.php" class="function" rel="rdfs-seeAlso">exit()</a> - Terminer le script en cours avec un code d'&eacute;tat ou un message</span></li>
   </ul>
  </p>
 </div>

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