<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.apache-child-terminate.php',
    1 => 'apache_child_terminate',
    2 => 'このリクエストの後にApacheプロセスを終了する',
  ),
  'up' => 
  array (
    0 => 'ref.apache.php',
    1 => 'Apache 関数',
  ),
  'prev' => 
  array (
    0 => 'ref.apache.php',
    1 => 'Apache 関数',
  ),
  'next' => 
  array (
    0 => 'function.apache-get-modules.php',
    1 => 'apache_get_modules',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    '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">このリクエストの後にApacheプロセスを終了する</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.apache-child-terminate-description">
  <h3 class="title">説明</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> は、カレントのPHPリク
   エストを実行しているApacheプロセスをリクエスト終了時点で終了しま
   す。この関数は、メモリ消費量が大きなスクリプトを実行した後プロセ
   スを使用するために使用することが可能です。これは、メモリは通常内
   部的にのみ解放され、オペレーティングシステムに戻されないためです。
  </p>
  <p class="para">
   この関数は、Apache, FastCGI ウェブサーバーで動作します。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.apache-child-terminate-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.apache-child-terminate-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   値を返しません。
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.apache-child-terminate-notes">
  <h3 class="title">注意</h3>
  <blockquote class="note"><p><strong class="note">注意</strong>: <span class="simpara">この関数は Windows 環境にはまだ実装されていません。
</span></p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.apache-child-terminate-seealso">
  <h3 class="title">参考</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.exit.php" class="function" rel="rdfs-seeAlso">exit()</a> - ステータスコードかメッセージを返して現在のスクリプトを終了する</span></li>
   </ul>
  </p>
 </div>

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