SyntaxFix
Write A Post
Hire A Developer
Questions
I know it's already answered but here is a solution I find more elegant:
arsort($array); reset($array); echo key($array);
and voila!