PHP 8 News: Enumerations
Enumerations were introduced as a new feature in PHP 8.1. Enumerations, often referred to as enums, provide a way to define a set of named constants in PHP. They are a data type that consists of a fixed set of named values, which cannot be changed af...
antoniosilva.hashnode.dev3 min read