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

4
3
<refentry xml:id="intltimezone.geterrormessage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlTimeZone::getErrorMessage</refname>
...
...
@@ -11,14 +10,14 @@
11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
12
<para>&style.oop; (method):</para>
14
-
<methodsynopsis>
15
-
<modifier>public</modifier> <type>string</type><methodname>IntlTimeZone::getErrorMessage</methodname>
16
-
<void />
17
-
</methodsynopsis>
13
+
<methodsynopsis role="IntlTimeZone">
14
+
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>IntlTimeZone::getErrorMessage</methodname>
15
+
<void/>
16
+
</methodsynopsis>
18
17
<para>&style.procedural;:</para>
19
-
<methodsynopsis role="procedural">
20
-
<type>string</type><methodname>intltz_get_error_message</methodname>
21
-
<void />
18
+
<methodsynopsis>
19
+
<type class="union"><type>string</type><type>false</type></type><methodname>intltz_get_error_message</methodname>
20
+
<methodparam><type>IntlTimeZone</type><parameter>timezone</parameter></methodparam>
22
21
</methodsynopsis>
23
22
<para>
24
23

...
...
@@ -42,7 +41,6 @@
42
41

43
42

44
43
</refentry>
45
-

46
44
<!-- Keep this comment at the end of the file
47
45
Local variables:
48
46
mode: sgml
49
47