reference/spl/arrayiterator/seek.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -1,4 +1,4 @@
1
-
<?xml version='1.0' encoding="utf-8"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<refentry xml:id="arrayiterator.seek" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
...
...
@@ -8,9 +8,9 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
12
-
<type>void</type><methodname>ArrayIterator::seek</methodname>
13
-
<methodparam><type>int</type><parameter>position</parameter></methodparam>
11
+
<methodsynopsis role="ArrayIterator">
12
+
<modifier>public</modifier> <type>void</type><methodname>ArrayIterator::seek</methodname>
13
+
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
14
14
</methodsynopsis>
15
15

16
16
&warn.undocumented.func;
...
...
@@ -21,7 +21,7 @@
21
21
<para>
22
22
<variablelist>
23
23
<varlistentry>
24
-
<term><parameter>position</parameter></term>
24
+
<term><parameter>offset</parameter></term>
25
25
<listitem>
26
26
<para>
27
27
The position to seek to.
...
...
@@ -40,7 +40,6 @@
40
40
</refsect1>
41
41

42
42
</refentry>
43
-

44
43
<!-- Keep this comment at the end of the file
45
44
Local variables:
46
45
mode: sgml
47
46