reference/intl/resourcebundle/count.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -12,19 +12,16 @@
12
12
<para>
13
13
&style.oop;
14
14
</para>
15
-
<methodsynopsis>
16
-
<modifier>public</modifier>
17
-
<type>int</type>
18
-
<methodname>ResourceBundle::count</methodname>
19
-
<void />
15
+
<methodsynopsis role="ResourceBundle">
16
+
<modifier>public</modifier> <type>int</type><methodname>ResourceBundle::count</methodname>
17
+
<void/>
20
18
</methodsynopsis>
21
19
<para>
22
20
&style.procedural;
23
21
</para>
24
22
<methodsynopsis>
25
-
<type>int</type>
26
-
<methodname>resourcebundle_count</methodname>
27
-
<methodparam><type>ResourceBundle</type><parameter>r</parameter></methodparam>
23
+
<type>int</type><methodname>resourcebundle_count</methodname>
24
+
<methodparam><type>ResourceBundle</type><parameter>bundle</parameter></methodparam>
28
25
</methodsynopsis>
29
26
<para>
30
27
Get the number of elements in the bundle.
...
...
@@ -36,7 +33,7 @@
36
33
<para>
37
34
<variablelist>
38
35
<varlistentry>
39
-
<term><parameter>r</parameter></term>
36
+
<term><parameter>bundle</parameter></term>
40
37
<listitem>
41
38
<para>
42
39
<classname>ResourceBundle</classname> object.
...
...
@@ -96,7 +93,6 @@ echo $r->count();
96
93
</para>
97
94
</refsect1>
98
95
</refentry>
99
-

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