reference/filesystem/functions/rewind.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.rewind">
3
+
<refentry xml:id="function.rewind" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>rewind</refname>
6
6
<refpurpose>Rewind the position of a file pointer</refpurpose>
...
...
@@ -10,10 +10,10 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>bool</type><methodname>rewind</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
-
Sets the file position indicator for <parameter>handle</parameter>
16
+
Sets the file position indicator for <parameter>stream</parameter>
17
17
to the beginning of the file stream.
18
18
</para>
19
19
<note>
...
...
@@ -29,7 +29,7 @@
29
29
<para>
30
30
<variablelist>
31
31
<varlistentry>
32
-
<term><parameter>handle</parameter></term>
32
+
<term><parameter>stream</parameter></term>
33
33
<listitem>
34
34
<para>
35
35
The file pointer must be valid, and must point to a file
...
...
@@ -92,7 +92,6 @@ Foolly long sentence.
92
92
</refsect1>
93
93

94
94
</refentry>
95
-

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