reference/spl/globiterator/count.xml
d51166ca16fda8e766849505b84f9306ef443f71
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="globiterator.count" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>GlobIterator::count</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="GlobIterator">
13
12
<modifier>public</modifier> <type>int</type><methodname>GlobIterator::count</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Gets the number of directories and files found by
...
...
@@ -28,7 +27,7 @@
28
27
&reftitle.returnvalues;
29
28
<para>
30
29
The number of returned directories and files, as an
31
-
<type>integer</type>.
30
+
<type>int</type>.
32
31
</para>
33
32
</refsect1>
34
33

...
...
@@ -68,7 +67,6 @@ Matched 8 item(s)
68
67
</refsect1>
69
68

70
69
</refentry>
71
-

72
70
<!-- Keep this comment at the end of the file
73
71
Local variables:
74
72
mode: sgml
75
73