Which one of the following functions will you use to check that the class exists before you work with it?
Which one of the following functions will you use to check that the class exists before you work with it? Correct Answer class_exists()
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.