Examveda
Examveda

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

A. exist()

B. exist_class()

C. class_exist()

D. __exist()

Answer: Option C

Solution(By Examveda Team)

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

This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept