reference/phar/Phar/startBuffering.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,13 +1,13 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.startbuffering">
3
+
<refentry xml:id="phar.startbuffering" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>Phar::startBuffering</refname>
6
6
<refpurpose>Start buffering Phar write operations, do not modify the Phar object on disk</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="Phar">
11
11
<modifier>public</modifier> <type>void</type><methodname>Phar::startBuffering</methodname>
12
12
<void/>
13
13
</methodsynopsis>
...
...
@@ -36,6 +36,11 @@
36
36
</para>
37
37
</refsect1>
38
38

39
+
<refsect1 role="parameters">
40
+
&reftitle.parameters;
41
+
&no.function.parameters;
42
+
</refsect1>
43
+

39
44
<refsect1 role="returnvalues">
40
45
&reftitle.returnvalues;
41
46
<para>
...
...
@@ -94,7 +99,6 @@ $p->stopBuffering();
94
99
</refsect1>
95
100

96
101
</refentry>
97
-

98
102
<!-- Keep this comment at the end of the file
99
103
Local variables:
100
104
mode: sgml
101
105