reference/datetime/datetimezone/getlocation.xml
02ff7fef5b34cf8f5395180d9d39fb64d9398d00
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="datetimezone.getlocation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>DateTimeZone::getLocation</refname>
...
...
@@ -11,13 +10,13 @@
11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
12
<para>&style.oop;</para>
14
-
<methodsynopsis role="oop">
15
-
<modifier>public</modifier> <type>array</type><methodname>DateTimeZone::getLocation</methodname>
16
-
<void />
13
+
<methodsynopsis role="DateTimeZone">
14
+
<modifier>public</modifier> <type class="union"><type>array</type><type>false</type></type><methodname>DateTimeZone::getLocation</methodname>
15
+
<void/>
17
16
</methodsynopsis>
18
17
<para>&style.procedural;</para>
19
-
<methodsynopsis role="procedural">
20
-
<type>array</type><methodname>timezone_location_get</methodname>
18
+
<methodsynopsis>
19
+
<type class="union"><type>array</type><type>false</type></type><methodname>timezone_location_get</methodname>
21
20
<methodparam><type>DateTimeZone</type><parameter>object</parameter></methodparam>
22
21
</methodsynopsis>
23
22
<para>
...
...
@@ -37,7 +36,7 @@
37
36
<refsect1 role="returnvalues">
38
37
&reftitle.returnvalues;
39
38
<para>
40
-
Array containing location information about timezone.
39
+
Array containing location information about timezone&return.falseforfailure;.
41
40
</para>
42
41
</refsect1>
43
42

...
...
@@ -78,8 +77,15 @@ Array
78
77
</para>
79
78
</refsect1>
80
79

81
-
</refentry>
80
+
<refsect1 role="seealso">
81
+
&reftitle.seealso;
82
+
<simplelist>
83
+
<member><function>DateTimeZone::listIdentifiers</function> to get a full or
84
+
partial list of all supported timezone identifiers</member>
85
+
</simplelist>
86
+
</refsect1>
82
87

88
+
</refentry>
83
89
<!-- Keep this comment at the end of the file
84
90
Local variables:
85
91
mode: sgml
86
92