<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.stream.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'stream.filters.php',
    1 => 'Akım S&uuml;zge&ccedil;leri',
    2 => 'Akım S&uuml;zge&ccedil;leri',
  ),
  'up' => 
  array (
    0 => 'book.stream.php',
    1 => 'Stream',
  ),
  'prev' => 
  array (
    0 => 'stream.constants.php',
    1 => '&Ouml;ntanımlı Sabitler',
  ),
  'next' => 
  array (
    0 => 'stream.contexts.php',
    1 => 'Akım Bağlamları',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/stream/filters.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="stream.filters" class="chapter">
 <h1 class="title">Akım Süzgeçleri</h1>

 <p class="simpara">
   Bir <code class="literal">süzgeç</code>, bir akımdan veri okurken veya veri yazarken
   veri üzerinde son işlemleri uygulayan bir kod parçasıdır. Bir akıma birden
   fazla süzgeç uygulanabilir. Bir PHP betiğinde özel süzgeçler
   <span class="function"><a href="function.stream-filter-register.php" class="function">stream_filter_register()</a></span> işleviyle
   bir eklenti olarak tanımlanabilir. Kullanılabilir süzgeçlerin tam listesini
   <span class="function"><a href="function.stream-get-filters.php" class="function">stream_get_filters()</a></span> işleviyle alabilirsiniz.
 </p>
</div>
<?php manual_footer($setup); ?>