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