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