mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Wrong caps.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122484 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9e81544f81
commit
df666096f2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.stream-register-filter">
|
||||
<refnamediv>
|
||||
<refname>stream_register_filter</refname>
|
||||
|
@ -53,7 +53,7 @@
|
|||
increment <parameter>consumed</parameter> by $bucket->datalen for each $bucket.
|
||||
If the stream is in the process of closing (and therefore this is the last pass
|
||||
through the filterchain), the <parameter>closing</parameter> parameter will be
|
||||
set to &TRUE; The <methodname>filter</methodname> method must return one of
|
||||
set to &true; The <methodname>filter</methodname> method must return one of
|
||||
three values upon completion. <constant>PSFS_PASS_ON</constant> indicates
|
||||
success with data available in the <parameter>out</parameter> <literal>bucket brigade</literal>.
|
||||
<constant>PSFS_FEED_ME</constant> indicates that the filter has no data
|
||||
|
|
Loading…
Reference in a new issue