(PHP 8 >= 8.1.0)
ReflectionClass::isEnum — 返回此类是否为枚举
检查一个类是否为枚举。
此函数没有参数。
如果此类为枚举,则返回true,否则返回false。
true
false