reference/outcontrol/functions/ob-get-contents.xml
6ab6ea465889620fc2a8cdaf7b008cbaed83c523
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ob-get-contents">
3
+
<refentry xml:id="function.ob-get-contents" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>ob_get_contents</refname>
6
6
<refpurpose>Return the contents of the output buffer</refpurpose>
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>ob_get_contents</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>ob_get_contents</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -17,6 +17,11 @@
17
17
</para>
18
18
</refsect1>
19
19

20
+
<refsect1 role="parameters">
21
+
&reftitle.parameters;
22
+
&no.function.parameters;
23
+
</refsect1>
24
+

20
25
<refsect1 role="returnvalues">
21
26
&reftitle.returnvalues;
22
27
<para>
...
...
@@ -72,7 +77,6 @@ string(11) "Hello World"
72
77
</refsect1>
73
78

74
79
</refentry>
75
-

76
80
<!-- Keep this comment at the end of the file
77
81
Local variables:
78
82
mode: sgml
79
83