sean Thu Aug 12 18:02:53 2004 EDT
Modified files:
/phpdoc/en/reference/outcontrol/functions ob-start.xml
Log:
grammar
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-start.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-start.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.11
phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.12
--- phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.11 Thu Aug 12 14:56:23
2004
+++ phpdoc/en/reference/outcontrol/functions/ob-start.xml Thu Aug 12 18:02:52
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-start">
<refnamediv>
@@ -39,7 +39,7 @@
sent to the browser. If the <parameter>output_callback</parameter> is not
a callable function, this function will return &false;.
If the callback function has two parameters, the second parameter is filled
- with the bit-field consisting of
+ with a bit-field consisting of
<constant>PHP_OUTPUT_HANDLER_START</constant>,
<constant>PHP_OUTPUT_HANDLER_CONT</constant> and
<constant>PHP_OUTPUT_HANDLER_END</constant>.
@@ -60,14 +60,13 @@
</para>
</note>
<para>
- If an optional parameter <parameter>chunk_size</parameter> is passed, the
+ If the optional parameter <parameter>chunk_size</parameter> is passed, the
callback function is called on every first newline after
<parameter>chunk_size</parameter> bytes of output.
</para>
<para>
- If an optional parameter <parameter>erase</parameter> is set to &false;
- buffer may not be deleted until script finishes. It is available since
- PHP 4.3.0.
+ If the optional parameter <parameter>erase</parameter> is set to &false;,
+ the buffer will not be deleted until the script finishes (as of PHP 4.3.0).
</para>
<para>
Output buffers are stackable, that is, you may call