Q:

Which function will return true if a variable is an array or false if it is not?

belongs to collection: ARRAYS AND FUNCTIONS IN PHP MCQ

0

Which function will return true if a variable is an array or false if it is not?


  1. this_array()
  2. is_array()
  3. do_array()
  4. in_array()

All Answers

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

 (b).is_array()

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 in-built function will add a value to the en... >>
<< What will be the output of the following php code?...