diff --git a/reference/stream/reference.xml b/reference/stream/reference.xml index 68d4fac259..592174b4cf 100644 --- a/reference/stream/reference.xml +++ b/reference/stream/reference.xml @@ -1,5 +1,5 @@ - + Stream functions Streams @@ -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 stream_get_wrappers. - - -
- Stream Filters - - A filter 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 PHP script using - stream_register_filter or in an extension using the - API Reference in . To access the list of currently - registered filters, use stream_get_filters. - A stream is referenced as: scheme://target @@ -69,6 +56,19 @@
+ +
+ Stream Filters + + A filter 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 PHP script using + stream_register_filter or in an extension using the + API Reference in . To access the list of currently + registered filters, use stream_get_filters. + +
Stream Contexts