Q:

You use the get_class_methods() function to return the names of all the methods in the class. Which function will you use to print it on the screen?

belongs to collection: OBJECT TOOLS AND VARIABLES IN PHP MCQ

0

You use the get_class_methods() function to return the names of all the methods in the class. Which function will you use to print it on the screen?


  1. printf()
  2. print_ar
  3. print_r
  4. echo

All Answers

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

 (c).print_r

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

total answers (1)

OBJECT TOOLS AND VARIABLES IN PHP MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
If you call a method and it doesn’t exist it’l... >>
<< PHP 4 did not support instanceof. Instead, which f...