class_exists() With EnumsΒΆ

By Jan Nedbal

In PHP, we have:

  • class_exists()

  • trait_exists()

  • interface_exists()

  • enum_exists()

What would you expect as a result here?

This is displaying true.

../_images/enum_exists.png