在 PHP 中使用变量键对关联数组进行排序
我有以下关联数组
word => count
其中 word 是英语单词(“more”、“creme”、“car”等),而 count 是该单词在给定字符串中出现的次数。
我想按计数排序。
谢谢。
诗。 我尝试了 usort 但没有成功
i have the following associative array
word => count
where word is an english word ('more', 'creme', 'car' and so on), while count is the number of times that word appeared in a given string.
I want to sort by count.
Thx.
Ps.
I tried usort but didn't work
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)