Quickest way to find the max frequency element in PHP

Posted by Bruce on Stack Overflow See other posts from Stack Overflow or by Bruce
Published on 2010-05-05T09:42:00Z Indexed on 2010/05/05 9:48 UTC
Read the original article Hit count: 302

Filed under:

I have an array of ids like 127415157,31323794... (range not known). What is the quickest way to find the max frequency ID in PHP?

$array_ids = array()

© Stack Overflow or respective owner

Related posts about php