Document user_filter::stream property (fixes #46171)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277893 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Arnaud Le Blanc 2009-03-28 01:24:30 +00:00
parent 3c7e98c4e1
commit e1e8d866af

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<refentry xml:id="function.stream-filter-register" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>stream_filter_register</refname>
@ -141,6 +141,14 @@
or <function>stream_filter_prepend</function>.
</entry>
</row>
<row>
<entry><literal>FilterClass-&gt;stream</literal></entry>
<entry>
The stream resource being filtered. Maybe available only during
<methodname>filter</methodname> calls when the
<literal>closing</literal> parameter is set to &false;.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>