File tree Expand file tree Collapse file tree
reference/array/functions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 Comparison type flags:
5555 <itemizedlist >
5656 <listitem >
57- <para >
58- <constant >SORT_REGULAR</constant > - compare items normally
59- (don't change types)
60- <note >
61- <simpara >
62- When combining <constant >SORT_REGULAR</constant > with arrays
63- mixing numeric and non-numeric strings, the sort-then-compare
64- algorithm may not place equal elements adjacent, which can
65- leave duplicates in the result. Use
66- <constant >SORT_STRING</constant > to avoid this.
67- </simpara >
68- </note >
69- </para >
57+ <simpara ><constant >SORT_REGULAR</constant > - compare items normally
58+ (don't change types)</simpara >
59+ <note >
60+ <simpara >
61+ When combining <constant >SORT_REGULAR</constant > with arrays
62+ mixing numeric and non-numeric strings, the sort-then-compare
63+ algorithm may not place equal elements adjacent, which can
64+ leave duplicates in the result. Use
65+ <constant >SORT_STRING</constant > to avoid this.
66+ </simpara >
67+ </note >
7068 </listitem >
7169 <listitem >
7270 <simpara ><constant >SORT_NUMERIC</constant > - compare items numerically</simpara >
You can’t perform that action at this time.
0 commit comments