reference/spl/arrayobject/natcasesort.xml
2ca090342977839edca2f7f4e52305a1b5da6095
...
...
@@ -7,8 +7,8 @@
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<modifier>public</modifier> <type>void</type><methodname>ArrayObject::natcasesort</methodname>
10
+
<methodsynopsis role="ArrayObject">
11
+
<modifier>public</modifier> <type>true</type><methodname>ArrayObject::natcasesort</methodname>
12
12
<void/>
13
13
</methodsynopsis>
14
14
<para>
...
...
@@ -20,6 +20,7 @@
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;
23
24
</refsect1>
24
25

25
26
<refsect1 role="parameters">
...
...
@@ -34,6 +35,25 @@
34
35
</para>
35
36
</refsect1>
36
37

38
+
<refsect1 role="changelog">
39
+
&reftitle.changelog;
40
+
<para>
41
+
<informaltable>
42
+
<tgroup cols="2">
43
+
<thead>
44
+
<row>
45
+
<entry>&Version;</entry>
46
+
<entry>&Description;</entry>
47
+
</row>
48
+
</thead>
49
+
<tbody>
50
+
&return.type.true;
51
+
</tbody>
52
+
</tgroup>
53
+
</informaltable>
54
+
</para>
55
+
</refsect1>
56
+

37
57
<refsect1 role="examples">
38
58
&reftitle.examples;
39
59
<para>
...
...
@@ -84,8 +104,7 @@ ArrayObject Object
84
104
]]>
85
105
</screen>
86
106
<para>
87
-
For more information see: Martin Pool's <link
88
-
xlink:href="&url.strnatcmp;">Natural Order String Comparison</link>
107
+
For more information see: Martin Pool's <link xlink:href="&url.strnatcmp;">Natural Order String Comparison</link>
89
108
page.
90
109
</para>
91
110
</example>
...
...
@@ -101,12 +120,12 @@ ArrayObject Object
101
120
<member><methodname>ArrayObject::natsort</methodname></member>
102
121
<member><methodname>ArrayObject::uasort</methodname></member>
103
122
<member><methodname>ArrayObject::uksort</methodname></member>
123
+
<member><function>natcasesort</function></member>
104
124
</simplelist>
105
125
</para>
106
126
</refsect1>
107
127

108
128
</refentry>
109
-

110
129
<!-- Keep this comment at the end of the file
111
130
Local variables:
112
131
mode: sgml
...
...
@@ -127,4 +146,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
127
146
vim: et tw=78 syn=sgml
128
147
vi: ts=1 sw=1
129
148
-->
130
-

131
149