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>
...
...
@@ -21,6 +21,7 @@
21
21
key/value associations. This is described as a "natural ordering".
22
22
</para>
23
23
&note.sort-unstable;
24
+
&note.reset-index;
24
25
</refsect1>
25
26
<refsect1 role="parameters">
26
27
&reftitle.parameters;
...
...
@@ -37,12 +38,33 @@
37
38
</variablelist>
38
39
</para>
39
40
</refsect1>
41
+

40
42
<refsect1 role="returnvalues">
41
43
&reftitle.returnvalues;
42
44
<para>
43
-
&return.success;
45
+
&return.true.always;
44
46
</para>
45
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
+

46
68
<refsect1 role="examples">
47
69
&reftitle.examples;
48
70
<para>
...
...
@@ -90,8 +112,7 @@ Array
90
112
]]>
91
113
</screen>
92
114
<para>
93
-
For more information see: Martin Pool's <link
94
-
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>
95
116
page.
96
117
</para>
97
118
</example>
...
...
@@ -109,7 +130,6 @@ Array
109
130
</para>
110
131
</refsect1>
111
132
</refentry>
112
-

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