<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.outcontrol.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.ob-end-flush.php',
    1 => 'ob_end_flush',
    2 => 'Etkin &ccedil;ıktı işleyicisinin d&ouml;n&uuml;ş değerini temizler (g&ouml;nderir),
   etkin &ccedil;ıktı tamponunu kapatır',
  ),
  'up' => 
  array (
    0 => 'ref.outcontrol.php',
    1 => '&Ccedil;ıktı Denetim İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.ob-end-clean.php',
    1 => 'ob_end_clean',
  ),
  'next' => 
  array (
    0 => 'function.ob-flush.php',
    1 => 'ob_flush',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/outcontrol/functions/ob-end-flush.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ob-end-flush" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ob_end_flush</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ob_end_flush</span> &mdash; <span class="dc-title">Etkin çıktı işleyicisinin dönüş değerini temizler (gönderir),
   etkin çıktı tamponunu kapatır
  </span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ob-end-flush-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ob_end_flush</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Çıktı işleyicisini çağırır
   (<strong><code><a href="outcontrol.constants.php#constant.php-output-handler-final">PHP_OUTPUT_HANDLER_FINAL</a></code></strong> bayrağı ile),
   dönüş değerini temizler (gönderir), etkin çıktı tamponunun içeriğini
   temizler ve tamponu kapatır.
  </p>
  <p class="para">
   <strong><code><a href="outcontrol.constants.php#constant.php-output-handler-removable">PHP_OUTPUT_HANDLER_REMOVABLE</a></code></strong> ile başlatılmış bir etkin
   çıktı tamponu yoksa <span class="function"><strong>ob_end_flush()</strong></span> başarısız olur.
  </p>
  <p class="para">
   Etkin çıktı tamponu <strong><code><a href="outcontrol.constants.php#constant.php-output-handler-flushable">PHP_OUTPUT_HANDLER_FLUSHABLE</a></code></strong>
   bayrağı olmaksızın başlatılsa bile <span class="function"><strong>ob_end_flush()</strong></span> çıktı
   işleyicisinin dönüş değerini temizler (gönderir).
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ob-end-flush-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.ob-end-flush-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-function.ob-end-flush-errors">
  <h3 class="title">Hatalar/İstisnalar</h3>
  <p class="para">
   İşlev başarısız olursa bir <strong><code><a href="errorfunc.constants.php#constant.e-notice">E_NOTICE</a></code></strong> üretir.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-function.ob-end-flush-examples">
  <h3 class="title">Örnekler</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Örnek 1 - <span class="function"><strong>ob_end_flush()</strong></span> örneği</strong></p>
    <div class="example-contents"><p>
     Aşağıda çıktı tamponlarının boşaltılıp silinmesinin kolay bir yolu
     gösterilmiştir:
    </p></div>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />  </span><span style="color: #007700">while (@</span><span style="color: #0000BB">ob_end_flush</span><span style="color: #007700">());<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.ob-end-flush-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ob-start.php" class="function" rel="rdfs-seeAlso">ob_start()</a> - &Ccedil;ıktı tamponlamasını başlatır</span></li>
    <li><span class="function"><a href="function.ob-get-contents.php" class="function" rel="rdfs-seeAlso">ob_get_contents()</a> - &Ccedil;ıktı tamponunun i&ccedil;eriği ile d&ouml;ner</span></li>
    <li><span class="function"><a href="function.ob-flush.php" class="function" rel="rdfs-seeAlso">ob_flush()</a> - Etkin &ccedil;ıktı işleyicisinin d&ouml;n&uuml;ş değerini temizler (g&ouml;nderir)</span></li>
    <li><span class="function"><a href="function.ob-get-flush.php" class="function" rel="rdfs-seeAlso">ob_get_flush()</a> - Etkin &ccedil;ıktı işleyicisinin d&ouml;n&uuml;ş değerini boşaltır (g&ouml;nderir),
   etkin &ccedil;ıktı tamponunun i&ccedil;eriğini d&ouml;nd&uuml;r&uuml;r ve kapatır</span></li>
    <li><span class="function"><a href="function.ob-end-clean.php" class="function" rel="rdfs-seeAlso">ob_end_clean()</a> - Etkin &ccedil;ıktı tamponunu temizler (siler) ve tamponu kapatır</span></li>
   </ul>
  </p>
 </div>


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