Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) exist()
b) __exist()
c) class_exist()
d) exist_class()

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

Join The Discussion