Home » PHP » PHP Arrays » Question
  1. Which function returns an array consisting of associative key/value pairs?
    1. array_count_values()
    2. count()
    3. count_values()
    4. array_count()
    5. None of these
Correct Option: A

array_count_values()



Your comments will be displayed only after manual approval.