reference/com/functions/variant-cmp.xml
20216b916ed583938672cd09c2c2f430351430d1
...
...
@@ -11,8 +11,8 @@
11
11
<type>int</type><methodname>variant_cmp</methodname>
12
12
<methodparam><type>mixed</type><parameter>left</parameter></methodparam>
13
13
<methodparam><type>mixed</type><parameter>right</parameter></methodparam>
14
-
<methodparam choice="opt"><type>int</type><parameter>lcid</parameter></methodparam>
15
-
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
14
+
<methodparam choice="opt"><type>int</type><parameter>locale_id</parameter><initializer><constant>LOCALE_SYSTEM_DEFAULT</constant></initializer></methodparam>
15
+
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>0</initializer></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
18
Compares <parameter>left</parameter> with <parameter>right</parameter>.
...
...
@@ -42,7 +42,7 @@
42
42
</listitem>
43
43
</varlistentry>
44
44
<varlistentry>
45
-
<term><parameter>lcid</parameter></term>
45
+
<term><parameter>locale_id</parameter></term>
46
46
<listitem>
47
47
<para>
48
48
A valid Locale Identifier to use when comparing strings (this affects
...
...
@@ -144,7 +144,6 @@
144
144
</para>
145
145
</refsect1>
146
146
</refentry>
147
-

148
147
<!-- Keep this comment at the end of the file
149
148
Local variables:
150
149
mode: sgml
151
150