1 article tagged php-enums, sorted newest first.
Most devs use PHP enums as glorified string constants. They can implement interfaces, carry methods, and replace entire class hierarchies: here's how.