reference/intl/locale/get-default.xml
1976eae0d815797af97a1e16c5cd90ffc2868395
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="locale.getdefault">
3
+
<refentry xml:id="locale.getdefault" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
<refnamediv>
5
5
<refname>Locale::getDefault</refname>
6
6
<refname>locale_get_default</refname>
...
...
@@ -12,20 +12,16 @@
12
12
<para>
13
13
&style.oop;
14
14
</para>
15
-
<methodsynopsis>
16
-
<modifier>public</modifier>
17
-
<modifier>static</modifier>
18
-
<type>string</type>
19
-
<methodname>Locale::getDefault</methodname>
20
-
<void />
15
+
<methodsynopsis role="Locale">
16
+
<modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>Locale::getDefault</methodname>
17
+
<void/>
21
18
</methodsynopsis>
22
19
<para>
23
20
&style.procedural;
24
21
</para>
25
22
<methodsynopsis>
26
-
<type>string</type>
27
-
<methodname>locale_get_default</methodname>
28
-
<void />
23
+
<type>string</type><methodname>locale_get_default</methodname>
24
+
<void/>
29
25
</methodsynopsis>
30
26
<para>
31
27
Gets the default locale value. At the PHP initialization this value is set
32
28