<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.stream.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.stream-register-wrapper.php',
    1 => 'stream_register_wrapper',
    2 => 'Alias von stream_wrapper_register',
  ),
  'up' => 
  array (
    0 => 'ref.stream.php',
    1 => 'Stream-Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.stream-notification-callback.php',
    1 => 'stream_notification_callback',
  ),
  'next' => 
  array (
    0 => 'function.stream-resolve-include-path.php',
    1 => 'stream_resolve_include_path',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stream/functions/stream-register-wrapper.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.stream-register-wrapper" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">stream_register_wrapper</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.0, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">stream_register_wrapper</span> &mdash; <span class="dc-title">Alias von <span class="function"><a href="function.stream-wrapper-register.php" class="function">stream_wrapper_register()</a></span></span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.stream-register-wrapper-description">
  <h3 class="title">Beschreibung</h3>
  <p class="para">
   Diese Funktion ist ein Alias für:  <span class="function"><a href="function.stream-wrapper-register.php" class="function">stream_wrapper_register()</a></span>.
  </p>
 </div>

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