1.

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

A. array_walk ( ) function
B. each ( ) function
C. next ( ) function
D. end ( ) function
Answer» B. each ( ) function


Discussion

No Comment Found