reference/spl/arrayobject/natsort.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::natsort</methodname>
10
+
<methodsynopsis role="ArrayObject">
11
+
<modifier>public</modifier> <type>true</type><methodname>ArrayObject::natsort</methodname>
12
12
<void/>
13
13
</methodsynopsis>
14
14
<para>
...
...
@@ -19,6 +19,7 @@
19
19
(used in <link linkend="arrayobject.asort">ArrayObject::asort</link>) method
20
20
can be seen in the example below.
21
21
</para>
22
+
&note.sort-unstable;
22
23
</refsect1>
23
24

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

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

36
56
<refsect1 role="examples">
37
57
&reftitle.examples;
38
58
<para>
...
...
@@ -79,8 +99,7 @@ ArrayObject Object
79
99
]]>
80
100
</screen>
81
101
<para>
82
-
For more information see: Martin Pool's <link
83
-
xlink:href="&url.strnatcmp;">Natural Order String Comparison</link>
102
+
For more information see: Martin Pool's <link xlink:href="&url.strnatcmp;">Natural Order String Comparison</link>
84
103
page.
85
104
</para>
86
105
</example>
...
...
@@ -96,12 +115,12 @@ ArrayObject Object
96
115
<member><methodname>ArrayObject::natcasesort</methodname></member>
97
116
<member><methodname>ArrayObject::uasort</methodname></member>
98
117
<member><methodname>ArrayObject::uksort</methodname></member>
118
+
<member><function>natsort</function></member>
99
119
</simplelist>
100
120
</para>
101
121
</refsect1>
102
122

103
123
</refentry>
104
-

105
124
<!-- Keep this comment at the end of the file
106
125
Local variables:
107
126
mode: sgml
108
127