reference/array/functions/natcasesort.xml
f781803449007bb0e3a96c693e0eee067f7eb466
...
...
@@ -8,7 +8,7 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>bool</type><methodname>natcasesort</methodname>
11
+
<type>true</type><methodname>natcasesort</methodname>
12
12
<methodparam><type>array</type><parameter role="reference">array</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
...
...
@@ -20,6 +20,8 @@
20
20
alphanumeric strings in the way a human being would while maintaining
21
21
key/value associations. This is described as a "natural ordering".
22
22
</para>
23
+
&note.sort-unstable;
24
+
&note.reset-index;
23
25
</refsect1>
24
26
<refsect1 role="parameters">
25
27
&reftitle.parameters;
...
...
@@ -36,12 +38,33 @@
36
38
</variablelist>
37
39
</para>
38
40
</refsect1>
41
+

39
42
<refsect1 role="returnvalues">
40
43
&reftitle.returnvalues;
41
44
<para>
42
-
&return.success;
45
+
&return.true.always;
43
46
</para>
44
47
</refsect1>
48
+

49
+
<refsect1 role="changelog">
50
+
&reftitle.changelog;
51
+
<para>
52
+
<informaltable>
53
+
<tgroup cols="2">
54
+
<thead>
55
+
<row>
56
+
<entry>&Version;</entry>
57
+
<entry>&Description;</entry>
58
+
</row>
59
+
</thead>
60
+
<tbody>
61
+
&return.type.true;
62
+
</tbody>
63
+
</tgroup>
64
+
</informaltable>
65
+
</para>
66
+
</refsect1>
67
+

45
68
<refsect1 role="examples">
46
69
&reftitle.examples;
47
70
<para>
...
...
@@ -89,8 +112,7 @@ Array
89
112
]]>
90
113
</screen>
91
114
<para>
92
-
For more information see: Martin Pool's <link
93
-
xlink:href="&url.strnatcmp;">Natural Order String Comparison</link>
115
+
For more information see: Martin Pool's <link xlink:href="&url.strnatcmp;">Natural Order String Comparison</link>
94
116
page.
95
117
</para>
96
118
</example>
...
...
@@ -108,7 +130,6 @@ Array
108
130
</para>
109
131
</refsect1>
110
132
</refentry>
111
-

112
133
<!-- Keep this comment at the end of the file
113
134
Local variables:
114
135
mode: sgml
115
136