reference/filesystem/functions/fflush.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -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.fflush">
3
+
<refentry xml:id="function.fflush" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>fflush</refname>
6
6
<refpurpose>Flushes the output to a file</refpurpose>
...
...
@@ -10,11 +10,11 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>fflush</methodname>
13
-
<methodparam><type>resource</type><parameter>handle</parameter></methodparam>
13
+
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
This function forces a write of all buffered output to the resource
17
-
pointed to by the file <parameter>handle</parameter>.
17
+
pointed to by the file <parameter>stream</parameter>.
18
18
</para>
19
19
</refsect1>
20
20

...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>handle</parameter></term>
26
+
<term><parameter>stream</parameter></term>
27
27
<listitem>
28
28
&fs.validfp.all;
29
29
</listitem>
...
...
@@ -73,7 +73,6 @@ fclose($file);
73
73
</refsect1>
74
74

75
75
</refentry>
76
-

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