<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/stream.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'stream.resources.php',
    1 => 'Stream Classes',
    2 => 'Stream Classes',
  ),
  'up' => 
  array (
    0 => 'stream.setup.php',
    1 => '安装/配置',
  ),
  'prev' => 
  array (
    0 => 'stream.setup.php',
    1 => '安装/配置',
  ),
  'next' => 
  array (
    0 => 'stream.constants.php',
    1 => '预定义常量',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stream/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="stream.resources" class="section">
  <h2 class="title">Stream Classes</h2>
  <p class="simpara">
   User designed wrappers can be registered via <span class="function"><a href="function.stream-wrapper-register.php" class="function">stream_wrapper_register()</a></span>,
   using the class definition shown on that manual page.
  </p>
  <p class="simpara">
   Class <span class="classname"><a href="class.php-user-filter.php" class="classname">php_user_filter</a></span> is predefined and is an abstract
   baseclass for use with user defined filters.  See the manual page for
   <span class="function"><a href="function.stream-filter-register.php" class="function">stream_filter_register()</a></span> for details on implementing
   user defined filters.
  </p>
 </div><?php manual_footer($setup); ?>