mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3c7e98c4e1
commit
e1e8d866af
1 changed files with 9 additions and 1 deletions
|
@ -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->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>
|
||||
|
|
Loading…
Reference in a new issue