(PHP 5 >= 5.2.0, PHP 7, PHP 8)
ArrayIterator::natcasesort — Sort entries naturally, case insensitive
Sort the entries by values using a case insensitive "natural order" algorithm.
注意:
如果兩個(gè)成員完全相同,那么它們將保持原來的順序。 在 PHP 8.0.0 之前,它們?cè)谂判驍?shù)組中的相對(duì)順序是未定義的。
此函數(shù)沒有參數(shù)。
總是返回 true
。