<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.apache-child-terminate.php',
    1 => 'apache_child_terminate',
    2 => 'Bu istekten sonra Apache s&uuml;recini sonlandırır',
  ),
  'up' => 
  array (
    0 => 'ref.apache.php',
    1 => 'Apache İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'ref.apache.php',
    1 => 'Apache İşlevleri',
  ),
  'next' => 
  array (
    0 => 'function.apache-get-modules.php',
    1 => 'apache_get_modules',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    '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">Bu istekten sonra Apache sürecini sonlandırır</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.apache-child-terminate-description">
  <h3 class="title">Açıklama</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> işlevi PHP kodunun çalışması
   bittikten sonra geçerli PHP isteğini çalıştıran Apache sürecini
   sonlandırmak için kullanılır. Daha ziyade çok bellek tüketen ancak
   işlem bittikten sonra tükettiği belleği işletim sistemine geri veremeyen
   işlemleri yoketmek için kullanılabilir.
  </p>
  <p class="para">
   Apache, ve FastCGI http sunucularında çalışır.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.apache-child-terminate-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.apache-child-terminate-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Hiçbir değer dönmez.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.apache-child-terminate-notes">
  <h3 class="title">Notlar</h3>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
<span class="simpara">Bu işlev Windows sistemlerinde çalışmaz.</span></p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.apache-child-terminate-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.exit.php" class="function" rel="rdfs-seeAlso">exit()</a> - Bir ileti &ccedil;ıktılayıp &ccedil;alışmakta olan betiği sonlandırır</span></li>
   </ul>
  </p>
 </div>


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