把list下的数据按照distance升序排列
SORT_ASC->升序
SORT_DESC->降序
array_multisort(array_column($list,'distance'),SORT_ASC,$list);

效果如图

PHP对二维数组进行排序

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2021-11-11
  • 2021-09-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2022-02-16
相关资源
相似解决方案