ArrayIterator::natcasesort

From Get docs
Php/docs/latest/arrayiterator.natcasesort


ArrayIterator::natcasesort

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

ArrayIterator::natcasesortSort entries naturally, case insensitive


Description

public ArrayIterator::natcasesort(): bool

Sort the entries by values using a case insensitive "natural order" algorithm.

Note:

If two members compare as equal, they retain their original order. Prior to PHP 8.0.0, their relative order in the sorted array was undefined.

Parameters

This function has no parameters.


Return Values

Always returns true.


See Also


© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/arrayiterator.natcasesort.php