05 Newest PHP 05 Php New
New Feature 1
Disjunctive Normal Form or DNF types for short allows for the combination of two other types. Using DNF types you can now combine union and insection types.
New Feature 2
A "Random" extension has been added to PHP. This allows programmers to not need a globally seeded number generator. The extension allows for the value to be stored in an object.
New Feature 3
Constants inside of traits has been added. These values are able to be accessed by any class that uses the trait.