reference/spl/arrayiterator/valid.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.valid" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
...
...
@@ -8,8 +8,8 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
12
-
<type>bool</type><methodname>ArrayIterator::valid</methodname>
11
+
<methodsynopsis role="ArrayIterator">
12
+
<modifier>public</modifier> <type>bool</type><methodname>ArrayIterator::valid</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -25,7 +25,7 @@
25
25
<refsect1 role="returnvalues">
26
26
&reftitle.returnvalues;
27
27
<para>
28
-
&return.void;
28
+
Returns &true; if the iterator is valid, otherwise &false;
29
29
</para>
30
30
</refsect1>
31
31

...
...
@@ -55,7 +55,6 @@ var_dump($iterator->valid());
55
55
</para>
56
56
</refsect1>
57
57
</refentry>
58
-

59
58
<!-- Keep this comment at the end of the file
60
59
Local variables:
61
60
mode: sgml
62
61