Single Choice Not Set

QWhich one of the following functions is used to determine whether a class exists?

ID: #2562 Object Oriented Concept of PHP 2,022 views
Question Info
#2562Q ID
Not SetDifficulty
Object Oriented Concept of PHPTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A exist()
  • B exist_class()
  • C class_exist()
  • D __exist()
Correct Answer

Explanation

The class_exist() function returns true or false according to whether the class exists within the currently executing script content.

Share This Question

Challenge a friend or share with your study group.