Source of: /manual/en/function.stream-register-wrapper.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'en',
),
'this' =>
array (
0 => 'function.stream-register-wrapper.php',
1 => 'stream_register_wrapper',
),
'up' =>
array (
0 => 'ref.stream.php',
1 => 'Stream Functions',
),
'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',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.stream-register-wrapper" class="refentry">
<div class="refnamediv">
<h1 class="refname">stream_register_wrapper</h1>
<p class="verinfo">(PHP 4 >= 4.3.0, PHP 5)</p><p class="refpurpose"><span class="refname">stream_register_wrapper</span> — <span class="dc-title">Alias of <a href="function.stream-wrapper-register.php" class="function">stream_wrapper_register()</a></span></p>
</div>
<a name="function.stream-register-wrapper.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<p class="para">
This function is an alias of: <a href="function.stream-wrapper-register.php" class="function">stream_wrapper_register()</a>.
</p>
</div>
</div><?php manual_footer(); ?>