#php
Read more stories on Hashnode
Articles with this tag
tldr; php 8.1 will introduce enum as a new data type derived from classes and will behave like objects. Enum syntax in PHP enum Status{ case...
Recently, I wanted to get a list of direct dependencies in our PHP source code that are outdated. final result The initial thought was running...