1. exist()
  2. exist_class()
  3. class_exist()
  4. __exist()
4 views

1 Answers

Answer: Option 3

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

4 views

Related Questions