reference/stream/php_user_filter/filter.xml
4f6742c6efd4746d46eea65eedf3101a55f3d31d
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="php-user-filter.filter" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>php_user_filter::filter</refname>
...
...
@@ -9,7 +8,7 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="php_user_filter">
13
12
<modifier>public</modifier> <type>int</type><methodname>php_user_filter::filter</methodname>
14
13
<methodparam><type>resource</type><parameter>in</parameter></methodparam>
15
14
<methodparam><type>resource</type><parameter>out</parameter></methodparam>
...
...
@@ -51,7 +50,7 @@
51
50
<parameter>consumed</parameter>, which must <emphasis>always</emphasis>
52
51
be declared by reference, should be incremented by the length of the data
53
52
which your filter reads in and alters. In most cases this means you will
54
-
increment <parameter>consumed</parameter> by <literal>$bucket->datalen</literal>
53
+
increment <parameter>consumed</parameter> by <literal>$bucket-&gt;datalen</literal>
55
54
for each <literal>$bucket</literal>.
56
55
</para>
57
56
</listitem>
...
...
@@ -111,7 +110,6 @@
111
110

112
111

113
112
</refentry>
114
-

115
113
<!-- Keep this comment at the end of the file
116
114
Local variables:
117
115
mode: sgml
118
116