Tuesday, 7 September 2021

How to Use Enums in PHP 8.1


PHP 8.1 will finally add language support for enums. Enums, short for enumerations, are types which can only be instantiated with specific values. They’re commonly found in other object-oriented languages but have previously required userland workarounds to implement in PHP.

Read This Article on CloudSavvy IT ›



from How-To Geek https://ift.tt/3jQbDKc

No comments:

Post a Comment