class_exists
Checks if the class has been defined
&reftitle.description;
boolclass_exists
stringclass
boolautoload&true;
This function checks whether or not the given class has been defined.
&reftitle.parameters;
class
The class name. The name is matched in a case-insensitive manner.
autoload
Whether to call &link.autoload; by default.
&reftitle.returnvalues;
Returns &true; if class is a defined class,
&false; otherwise.
&reftitle.examples;
class_exists example
]]>
autoload parameter example
]]>
&reftitle.seealso;
function_exists
enum_exists
interface_exists
get_declared_classes