reference/outcontrol/output-buffering.xml
7ad99aeafea66a1562f668aa3cb11dcc9d9cb951
...
...
@@ -1,15 +1,13 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<chapter xml:id="outcontrol.output-buffering" xmlns="http://docbook.org/ns/docbook">
3
-
<section>
4
-
<title>Output Buffering</title>
5
-
<para>
6
-
Output buffering is the buffering (temporary storage) of output
7
-
before it is flushed (sent and discarded) to the browser (in a web context)
8
-
or to the shell (on the command line).
9
-
While output buffering is active no output is sent from the script,
10
-
instead the output is stored in an internal buffer.
11
-
</para>
12
-
</section>
3
+
<title>Output Buffering</title>
4
+
<para>
5
+
Output buffering is the buffering (temporary storage) of output
6
+
before it is flushed (sent and discarded) to the browser (in a web context)
7
+
or to the shell (on the command line).
8
+
While output buffering is active no output is sent from the script,
9
+
instead the output is stored in an internal buffer.
10
+
</para>
13
11

14
12
<section>
15
13
<title>Buffering Affecting PHP</title>
16
14