March 2002
Intermediate to advanced
528 pages
21h 29m
English
class_exists
bool class_exists(string name)
Returns true if a class with the same name as the
string has been defined; if not, it returns false.
The comparison for class names is case-insensitive.