PHP Conference Japan 2024

ArrayIterator::natsort

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

ArrayIterator::natsort自然排序条目

描述

public ArrayIterator::natsort(): true

使用“自然顺序”算法对条目按值排序。

注意:

如果两个成员比较结果相等,则它们保留其原始顺序。在 PHP 8.0.0 之前,它们在排序数组中的相对顺序是不确定的。

参数

此函数没有参数。

返回值

始终返回 true

变更日志

版本 描述
8.2.0 返回类型现在为 true;之前为 bool

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top