Q:

Which function takes two arguments, an array to be traversed and name of a function to apply to each key/value pair?

belongs to collection: ARRAYS AND FUNCTIONS IN PHP MCQ

0

Which function takes two arguments, an array to be traversed and name of a function to apply to each key/value pair?


  1. array_walk ( ) function
  2. each ( ) function
  3. next ( ) function
  4. end ( ) function

All Answers

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

 (a).array_walk ( ) 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
Arrays that can store their values in association ... >>
<< To rewind pointer at beginning of list...