derick Mon Jun 16 14:50:48 2003 EDT
Modified files:
/phpdoc/en/reference/outcontrol/functions ob-end-clean.xml
ob-end-flush.xml
ob-gzhandler.xml
Log:
- Reordering and tags
Index: phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml:1.6
phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml:1.7
--- phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml:1.6 Tue May 27
17:56:54 2003
+++ phpdoc/en/reference/outcontrol/functions/ob-end-clean.xml Mon Jun 16 14:50:48
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-end-clean">
<refnamediv>
@@ -28,6 +28,8 @@
</para>
<para>
The following example shows an easy way to get rid of all output buffers:
+ </para>
+ <para>
<example>
<title><function>ob_end_clean</function> example</title>
<programlisting role="php">
Index: phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml:1.5
phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml:1.6
--- phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml:1.5 Fri Jun 6
14:10:01 2003
+++ phpdoc/en/reference/outcontrol/functions/ob-end-flush.xml Mon Jun 16 14:50:48
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-end-flush">
<refnamediv>
@@ -29,6 +29,8 @@
<para>
The following example shows an easy way to flush and end all output
buffers:
+ </para>
+ <para>
<example>
<title><function>ob_end_flush</function> example</title>
<programlisting role="php">
Index: phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.3
phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.4
--- phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml:1.3 Sat Jan 18
17:50:02 2003
+++ phpdoc/en/reference/outcontrol/functions/ob-gzhandler.xml Mon Jun 16 14:50:48
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-gzhandler">
<refnamediv>
@@ -31,16 +31,6 @@
browsers are supported since it's up to the browser to send the
correct header saying that it accepts compressed web pages.
</para>
- <note>
- <para>
- You cannot use both <function>ob_gzhandler</function> and
- <link linkend="ini.zlib.output-compression">
- ini.zlib.output_compression</link>. Also note that
- using <link linkend="ini.zlib.output-compression">
- ini.zlib.output_compression</link> is preferred over
- <function>ob_gzhandler</function>.
- </para>
- </note>
<para>
<example>
<title><function>ob_gzhandler</function> Example</title>
@@ -64,6 +54,16 @@
See also <function>ob_start</function> and
<function>ob_end_flush</function>.
</para>
+ <note>
+ <para>
+ You cannot use both <function>ob_gzhandler</function> and
+ <link linkend="ini.zlib.output-compression">
+ ini.zlib.output_compression</link>. Also note that
+ using <link linkend="ini.zlib.output-compression">
+ ini.zlib.output_compression</link> is preferred over
+ <function>ob_gzhandler</function>.
+ </para>
+ </note>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php