reference/phar/Phar/isBuffering.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.isbuffering">
3
+
<refentry xml:id="phar.isbuffering" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>Phar::isBuffering</refname>
6
6
<refpurpose>Used to determine whether Phar write operations are being buffered, or are flushing directly to 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>bool</type><methodname>Phar::isBuffering</methodname>
12
12
<void/>
13
13
</methodsynopsis>
...
...
@@ -25,6 +25,11 @@
25
25

26
26
</refsect1>
27
27

28
+
<refsect1 role="parameters">
29
+
&reftitle.parameters;
30
+
&no.function.parameters;
31
+
</refsect1>
32
+

28
33
<refsect1 role="returnvalues">
29
34
&reftitle.returnvalues;
30
35
<para>
...
...
@@ -90,7 +95,6 @@ bool(false)
90
95
</refsect1>
91
96

92
97
</refentry>
93
-

94
98
<!-- Keep this comment at the end of the file
95
99
Local variables:
96
100
mode: sgml
97
101