Which of the following is the best way to get the index(es) of the highest value(s) in an array?
Correct Answer: $maxs = array_keys($array, max($array))
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More PHP MCQ Questions