Q:

Which function displays structured information about variables including its type and value?

belongs to collection: ARRAYS AND FUNCTIONS IN PHP MCQ

0

Which function displays structured information about variables including its type and value?


  1. asort ( )
  2. ksort ( )
  3. sort ( )
  4. var_dump ( )

All Answers

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

 (d).var_dump ( )

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
Array_values ( ) function returns an array contain... >>
<< A function that returns keys of its input array in...