pollita Sat Sep 13 22:33:43 2003 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-filter-append.xml
stream-filter-prepend.xml
Log:
params can be any zval
Index: phpdoc/en/reference/stream/functions/stream-filter-append.xml
diff -u phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.7
phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.8
--- phpdoc/en/reference/stream/functions/stream-filter-append.xml:1.7 Mon May 19
13:30:43 2003
+++ phpdoc/en/reference/stream/functions/stream-filter-append.xml Sat Sep 13
22:33:42 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.stream-filter-append">
<refnamediv>
<refname>stream_filter_append</refname>
@@ -12,7 +12,7 @@
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
<methodparam><type>string</type><parameter>filtername</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>read_write</parameter></methodparam>
- <methodparam
choice="opt"><type>string</type><parameter>params</parameter></methodparam>
+ <methodparam
choice="opt"><type>mixed</type><parameter>params</parameter></methodparam>
</methodsynopsis>
<para>
Adds <parameter>filtername</parameter> to the list of filters
Index: phpdoc/en/reference/stream/functions/stream-filter-prepend.xml
diff -u phpdoc/en/reference/stream/functions/stream-filter-prepend.xml:1.6
phpdoc/en/reference/stream/functions/stream-filter-prepend.xml:1.7
--- phpdoc/en/reference/stream/functions/stream-filter-prepend.xml:1.6 Mon May 19
13:30:43 2003
+++ phpdoc/en/reference/stream/functions/stream-filter-prepend.xml Sat Sep 13
22:33:42 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.stream-filter-prepend">
<refnamediv>
<refname>stream_filter_prepend</refname>
@@ -12,7 +12,7 @@
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
<methodparam><type>string</type><parameter>filtername</parameter></methodparam>
<methodparam
choice="opt"><type>int</type><parameter>read_write</parameter></methodparam>
- <methodparam
choice="opt"><type>string</type><parameter>params</parameter></methodparam>
+ <methodparam
choice="opt"><type>mixed</type><parameter>params</parameter></methodparam>
</methodsynopsis>
<para>
Adds <parameter>filtername</parameter> to the list of filters