pollita Thu Apr 3 23:47:03 2003 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-register-filter.xml
Log:
Wrong caps.
Index: phpdoc/en/reference/stream/functions/stream-register-filter.xml
diff -u phpdoc/en/reference/stream/functions/stream-register-filter.xml:1.4
phpdoc/en/reference/stream/functions/stream-register-filter.xml:1.5
--- phpdoc/en/reference/stream/functions/stream-register-filter.xml:1.4 Thu Apr 3
19:56:29 2003
+++ phpdoc/en/reference/stream/functions/stream-register-filter.xml Thu Apr 3
23:47:03 2003
@@ -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
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php