reference/intl/intltimezone/countequivalentids.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,17 +1,23 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="intltimezone.countequivalentids" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlTimeZone::countEquivalentIDs</refname>
6
+
<refname>intltz_count_equivalent_ids</refname>
7
7
<refpurpose>Get the number of IDs in the equivalency group that includes the given ID</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
+
<para>&style.oop; (method):</para>
13
+
<methodsynopsis role="IntlTimeZone">
14
+
<modifier>public</modifier> <modifier>static</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>IntlTimeZone::countEquivalentIDs</methodname>
15
+
<methodparam><type>string</type><parameter>timezoneId</parameter></methodparam>
16
+
</methodsynopsis>
17
+
<para>&style.procedural;:</para>
12
18
<methodsynopsis>
13
-
<modifier>public</modifier> <modifier>static</modifier> <type>integer</type><methodname>IntlTimeZone::countEquivalentIDs</methodname>
14
-
<methodparam><type>string</type><parameter>zoneId</parameter></methodparam>
19
+
<type class="union"><type>int</type><type>false</type></type><methodname>intltz_count_equivalent_ids</methodname>
20
+
<methodparam><type>string</type><parameter>timezoneId</parameter></methodparam>
15
21
</methodsynopsis>
16
22
<para>
17
23

...
...
@@ -25,7 +31,7 @@
25
31
&reftitle.parameters;
26
32
<variablelist>
27
33
<varlistentry>
28
-
<term><parameter>zoneId</parameter></term>
34
+
<term><parameter>timezoneId</parameter></term>
29
35
<listitem>
30
36
<para>
31
37
...
...
@@ -44,7 +50,6 @@
44
50

45
51

46
52
</refentry>
47
-

48
53
<!-- Keep this comment at the end of the file
49
54
Local variables:
50
55
mode: sgml
51
56