enum_existsChecks if the enum has been defined
&reftitle.description;
boolenum_existsstringenumboolautoload&true;
This function checks whether or not the given enum has been defined.
&reftitle.parameters;
enum
The enum name. The name is matched in a case-insensitive manner.
autoload
Whether to autoload
if not already loaded.
&reftitle.returnvalues;
Returns &true; if enum is a defined enum,
&false; otherwise.
&reftitle.examples;
enum_exists example
]]>
&reftitle.seealso;
function_existsclass_existsinterface_existsget_declared_classes