Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Answer

Post Timeline

replaced http://us3.php.net with https://www.php.net
Source Link

The most common solution that I have seen to enum's in PHP has been to create a generic enum class and then extend it. You might take a look at this this.

UPDATE: Alternatively, I found this from phpclasses.org.

The most common solution that I have seen to enum's in PHP has been to create a generic enum class and then extend it. You might take a look at this.

UPDATE: Alternatively, I found this from phpclasses.org.

The most common solution that I have seen to enum's in PHP has been to create a generic enum class and then extend it. You might take a look at this.

UPDATE: Alternatively, I found this from phpclasses.org.

Source Link
Noah Goodrich
  • 25.4k
  • 14
  • 69
  • 98

The most common solution that I have seen to enum's in PHP has been to create a generic enum class and then extend it. You might take a look at this.

UPDATE: Alternatively, I found this from phpclasses.org.

lang-php

AltStyle によって変換されたページ (->オリジナル) /