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

4
3
<refentry xml:id="intlcalendar.getavailablelocales" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>IntlCalendar::getAvailableLocales</refname>
...
...
@@ -12,16 +11,16 @@
12
11
<para>
13
12
&style.oop;
14
13
</para>
15
-
<methodsynopsis>
14
+
<methodsynopsis role="IntlCalendar">
16
15
<modifier>public</modifier> <modifier>static</modifier> <type>array</type><methodname>IntlCalendar::getAvailableLocales</methodname>
17
-
<void />
16
+
<void/>
18
17
</methodsynopsis>
19
18
<para>
20
19
&style.procedural;
21
20
</para>
22
21
<methodsynopsis>
23
22
<type>array</type><methodname>intlcal_get_available_locales</methodname>
24
-
<void />
23
+
<void/>
25
24
</methodsynopsis>
26
25
<para>
27
26
Gives the list of locales for which calendars are installed. As of ICU 51,
...
...
@@ -46,7 +45,7 @@
46
45
&reftitle.examples;
47
46
<para>
48
47
<example>
49
-
<title><function>IntlCalendar::getAvailableLocales()</function></title>
48
+
<title><function>IntlCalendar::getAvailableLocales</function></title>
50
49
<programlisting role="php">
51
50
<![CDATA[
52
51
<?php
...
...
@@ -87,7 +86,6 @@ Array
87
86

88
87

89
88
</refentry>
90
-

91
89
<!-- Keep this comment at the end of the file
92
90
Local variables:
93
91
mode: sgml
94
92