function.apache-child-terminate.html 4.24 KB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Beendet einen Apacheprozess nach der Anfrage</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.apache.html">Apache Funktionen</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.apache-get-modules.html">apache_get_modules</a></div>
 <div class="up"><a href="ref.apache.html">Apache Funktionen</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><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)</p><p class="refpurpose"><span class="refname">apache_child_terminate</span> &mdash; <span class="dc-title">Beendet einen Apacheprozess nach der Anfrage</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.apache-child-terminate-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>apache_child_terminate</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   <span class="function"><strong>apache_child_terminate()</strong></span> registriert den Apacheprozess,
   der die aktuelle PHP-Anfrage ausführt, um ihn nach vollständiger Beendigung
   des PHP-Prozesses zu terminieren. Die Funktion kann verwendet werden, um
   einen Prozess zu terminieren, nachdem ein Skript mit hohem Speicherverbrauch
   gelaufen ist, der normalerweise nur intern wieder freigegeben wird, aber
   nicht wieder für das Betriebsystem freigegeben wird.
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.apache-child-terminate-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt <strong><code>TRUE</code></strong> zurück, wenn PHP als Modul unter Apache 1 läuft, die Apacheversion
   nicht multithreaded läuft und die PHP-Direktive <a href="apache.configuration.html#ini.child-terminate" class="link">child_terminate</a> eingeschaltet ist
   (diese ist standardmäßig ausgeschaltet). Wenn diese Bedingungen nicht
   zutreffen, wird <strong><code>FALSE</code></strong> zurückgegeben und ein Fehler vom Typ
   <strong><code>E_WARNING</code></strong> generiert.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.apache-child-terminate-changelog">
  <h3 class="title">Changelog</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Version</th>
       <th>Beschreibung</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>5.4.0</td>
       <td>
        Diese Funktion wurde unter FastCGI verfügbar. Vorher wurde sie nur
        unterstützt, wenn PHP als Apache Modul installiert war.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.apache-child-terminate-notes">
  <h3 class="title">Anmerkungen</h3>
  <blockquote class="note"><p><strong class="note">Hinweis</strong>: <span class="simpara">Diese Funktion ist auf
Windows-Plattformen nicht implementiert.</span></p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.apache-child-terminate-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"><span class="function"><a href="function.exit.html" class="function" rel="rdfs-seeAlso">exit()</a> - Gibt eine Meldung aus und beendet das aktuelle Skript</span></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.apache.html">Apache Funktionen</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.apache-get-modules.html">apache_get_modules</a></div>
 <div class="up"><a href="ref.apache.html">Apache Funktionen</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>