mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
scheme://target description was in wrong section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124154 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6d78b85810
commit
aa3e644dce
1 changed files with 14 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<reference id="ref.stream">
|
||||
<title>Stream functions</title>
|
||||
<titleabbrev>Streams</titleabbrev>
|
||||
|
@ -31,19 +31,6 @@
|
|||
there is no set limit on what can be done with them. To access the list
|
||||
of currently registered wrappers, use <function>stream_get_wrappers</function>.
|
||||
</simpara>
|
||||
</section>
|
||||
|
||||
<section id="stream.filters">
|
||||
<title>Stream Filters</title>
|
||||
<simpara>
|
||||
A <literal>filter</literal> is a final piece of code which may perform
|
||||
opperations on data as it is being read from or written to a stream.
|
||||
Any number of filters may be stacked onto a stream. Custom
|
||||
filters can be defined in a <literal>PHP</literal> script using
|
||||
<function>stream_register_filter</function> or in an extension using the
|
||||
API Reference in <xref linkend="streams"/>. To access the list of currently
|
||||
registered filters, use <function>stream_get_filters</function>.
|
||||
</simpara>
|
||||
<para>
|
||||
A stream is referenced as: <parameter>scheme</parameter>://<parameter>target</parameter>
|
||||
<itemizedlist>
|
||||
|
@ -69,6 +56,19 @@
|
|||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="stream.filters">
|
||||
<title>Stream Filters</title>
|
||||
<simpara>
|
||||
A <literal>filter</literal> is a final piece of code which may perform
|
||||
opperations on data as it is being read from or written to a stream.
|
||||
Any number of filters may be stacked onto a stream. Custom
|
||||
filters can be defined in a <literal>PHP</literal> script using
|
||||
<function>stream_register_filter</function> or in an extension using the
|
||||
API Reference in <xref linkend="streams"/>. To access the list of currently
|
||||
registered filters, use <function>stream_get_filters</function>.
|
||||
</simpara>
|
||||
</section>
|
||||
|
||||
<section id="stream.contexts">
|
||||
<title>Stream Contexts</title>
|
||||
|
|
Loading…
Reference in a new issue