reference/outcontrol/user-level-output-buffers.xml
7ad99aeafea66a1562f668aa3cb11dcc9d9cb951
...
...
@@ -1,14 +1,12 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<chapter xml:id="outcontrol.user-level-output-buffers" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
3
-
<section>
4
-
<title>User-Level Output Buffers</title>
5
-
<para>
6
-
User-level output buffers can be started, manipulated
7
-
and terminated from PHP code.
8
-
Each of these buffers includes an output buffer
9
-
and an associated output handler function.
10
-
</para>
11
-
</section>
3
+
<title>User-Level Output Buffers</title>
4
+
<para>
5
+
User-level output buffers can be started, manipulated
6
+
and terminated from PHP code.
7
+
Each of these buffers includes an output buffer
8
+
and an associated output handler function.
9
+
</para>
12
10

13
11
<section xml:id="outcontrol.what-output-is-buffered">
14
12
<title>What Output Is Buffered?</title>
15
13