February 2013
Intermediate to advanced
538 pages
20h 55m
English
class_exists
bool class_exists(stringname[, boolautoload_class])
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. If
autoload_class is set and is true, the class is loaded through the
class’s __autoload() function
before getting the interfaces it implements.
Read now
Unlock full access