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

1 Answers

Answer: Option 2

The class_exists() function accepts a string representing the class to check for and returns a Boolean true value if the class exists and false otherwise.

5 views

Related Questions