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

4
3
<refentry xml:id="intltimezone.getcanonicalid" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlTimeZone::getCanonicalID</refname>
6
+
<refname>intltz_get_canonical_id</refname>
7
7
<refpurpose>Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone 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>string</type><type>false</type></type><methodname>IntlTimeZone::getCanonicalID</methodname>
15
+
<methodparam><type>string</type><parameter>timezoneId</parameter></methodparam>
16
+
<methodparam choice="opt"><type>bool</type><parameter role="reference">isSystemId</parameter><initializer>&null;</initializer></methodparam>
17
+
</methodsynopsis>
18
+
<para>&style.procedural;:</para>
12
19
<methodsynopsis>
13
-
<modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>IntlTimeZone::getCanonicalID</methodname>
14
-
<methodparam><type>string</type><parameter>zoneId</parameter></methodparam>
15
-
<methodparam choice="opt"><type>bool</type><parameter role="reference">isSystemID</parameter></methodparam>
20
+
<type class="union"><type>string</type><type>false</type></type><methodname>intltz_get_canonical_id</methodname>
21
+
<methodparam><type>string</type><parameter>timezoneId</parameter></methodparam>
22
+
<methodparam choice="opt"><type>bool</type><parameter role="reference">isSystemId</parameter><initializer>&null;</initializer></methodparam>
16
23
</methodsynopsis>
17
24
<para>
18
25

...
...
@@ -26,7 +33,7 @@
26
33
&reftitle.parameters;
27
34
<variablelist>
28
35
<varlistentry>
29
-
<term><parameter>zoneId</parameter></term>
36
+
<term><parameter>timezoneId</parameter></term>
30
37
<listitem>
31
38
<para>
32
39
...
...
@@ -34,7 +41,7 @@
34
41
</listitem>
35
42
</varlistentry>
36
43
<varlistentry>
37
-
<term><parameter>isSystemID</parameter></term>
44
+
<term><parameter>isSystemId</parameter></term>
38
45
<listitem>
39
46
<para>
40
47
...
...
@@ -53,7 +60,6 @@
53
60

54
61

55
62
</refentry>
56
-

57
63
<!-- Keep this comment at the end of the file
58
64
Local variables:
59
65
mode: sgml
60
66