class_existsChecks if the class has been defined
&reftitle.description;
boolclass_existsstringclassboolautoload&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 autoload
if not already loaded.
&reftitle.returnvalues;
Returns &true; if class is a defined class,
&false; otherwise.
&reftitle.examples;
class_exists example
]]>
autoload parameter example
]]>
&reftitle.seealso;
function_existsenum_existsinterface_existsget_declared_classes