根据值对关联数组进行降序排序:
<?php
$age=array("Peter"=>"35","Ben"=>"37","Joe"=>"43");
arsort($age);
?>
亲自试一试 »
arsort() 函数根据值对关联数组进行降序排序。
提示:使用分类()函数根据值对关联数组进行升序排序。
提示:使用排序()函数根据键对关联数组进行降序排序。
arsort(
array, sorttype)
Parameter | Description |
---|---|
array | Required. Specifies the array to sort |
sorttype | Optional. Specifies how to compare the array elements/items. Possible values:
|
返回值: | 成功则为真。失败时为 FALSE |
---|---|
PHP 版本: | 4+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!