ArrayIterator::natcasesort

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

ArrayIterator::natcasesortSort entries naturally, case insensitive

说明

public ArrayIterator::natcasesort ( ) : bool

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

Note:

如果两个成员完全相同,那么它们在排序数组中的相对顺序是未定义的。

参数

此函数没有参数。

返回值

Always returns true.

参见

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有