Q:

Which one of the following functions will you use to check that the class exists before you work with it?

belongs to collection: OBJECT TOOLS AND VARIABLES IN PHP MCQ

0

Which one of the following functions will you use to check that the class exists before you work with it?


  1. class_exist()
  2. class_exists()
  3. exist()
  4. exists_class()

All Answers

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

 (b).class_exists()

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
Which one of the following will you use to check t... >>
<< How many times can you define __autoload in a proc...