enum_exists

Checks if the enum exists

function enum_exists(
  string $class_name,
  bool $autoload = true,
): bool;

Parameters

  • string $class_name
  • bool $autoload = true -

Returns

  • bool - - Returns TRUE if enum exists, FALSE if not