Jump to content

Enums in Php


devman42

Recommended Posts

Is it possible to use enums in Php like in Java?  I know there isn't an enum type in php, but is there a best practice or work around for achieving similar functionality.  Thanks for any advise/resource examples.

 

I would like to create an enum class for something like "Address Types" where it is really just a collection of constant ids + name combinations.

 

Thanks!

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/140342-enums-in-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.