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

4
3
<refentry xml:id="intltimezone.createenumeration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlTimeZone::createEnumeration</refname>
6
+
<refname>intltz_create_enumeration</refname>
7
7
<refpurpose>Get an enumeration over time zone IDs associated with the
8
8
given country or offset</refpurpose>
9
9
</refnamediv>
10
10

11
11
<refsect1 role="description">
12
12
&reftitle.description;
13
+
<para>&style.oop; (method):</para>
14
+
<methodsynopsis role="IntlTimeZone">
15
+
<modifier>public</modifier> <modifier>static</modifier> <type class="union"><type>IntlIterator</type><type>false</type></type><methodname>IntlTimeZone::createEnumeration</methodname>
16
+
<methodparam choice="opt"><type class="union"><type>IntlTimeZone</type><type>string</type><type>int</type><type>float</type><type>null</type></type><parameter>countryOrRawOffset</parameter><initializer>&null;</initializer></methodparam>
17
+
</methodsynopsis>
18
+
<para>&style.procedural;:</para>
13
19
<methodsynopsis>
14
-
<modifier>public</modifier> <modifier>static</modifier> <type>IntlIterator</type><methodname>IntlTimeZone::createEnumeration</methodname>
15
-
<methodparam choice="opt"><type>mixed</type><parameter>countryOrRawOffset</parameter></methodparam>
20
+
<type class="union"><type>IntlIterator</type><type>false</type></type><methodname>intltz_create_enumeration</methodname>
21
+
<methodparam choice="opt"><type class="union"><type>IntlTimeZone</type><type>string</type><type>int</type><type>float</type><type>null</type></type><parameter>countryOrRawOffset</parameter><initializer>&null;</initializer></methodparam>
16
22
</methodsynopsis>
17
23
<para>
18
24

...
...
@@ -45,7 +51,6 @@
45
51

46
52

47
53
</refentry>
48
-

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