Q:

A function that returns keys of its input array in form of new array where keys are stored as values, is a

belongs to collection: ARRAYS AND FUNCTIONS IN PHP MCQ

0

A function that returns keys of its input array in form of new array where keys are stored as values, is a


  1. return_function ( )
  2. keys ( ) function
  3. implode ( ) function
  4. array_keys ( ) function

All Answers

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

 (d).array_keys ( ) function

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
Which function displays structured information abo... >>
<< Side effect of array_pop ( ) function is...