Q:

A function that takes an array and returns a new array, where old values are changed with new keys?

belongs to collection: ARRAYS AND FUNCTIONS IN PHP MCQ

0

A function that takes an array and returns a new array, where old values are changed with new keys?


  1. array_keys ( )
  2. array_values ( )
  3. array_count_values
  4. None of them

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).array_count_values

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

ARRAYS AND FUNCTIONS IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
For reversing an array which function is used?... >>
<< Array_merge ( ) function merges...