(PHP 5 >= 5.2.0, PHP 7, PHP 8)
ArrayObject::natcasesort — Sort an array using a case insensitive "natural order" algorithm
This method is a case insensitive version of ArrayObject::natsort.
This method implements a sort algorithm that orders alphanumeric strings in the way a human being would while maintaining key/value associations. This is described as a "natural ordering".
注意:
如果兩個成員完全相同,那么它們將保持原來的順序。 在 PHP 8.0.0 之前,它們在排序數(shù)組中的相對順序是未定義的。
此函數(shù)沒有參數(shù)。
沒有返回值。