The PHP 7.1.x releases are some of the latest versions of the language. There's plenty of new features that came along with this new release. In this new post to his CodeDiesel blog Sameer Borate looks at some of these new features (including code snippets to illustrate).
The PHP development team announced PHP 7.1.0 on 01 Dec 2016. This release is the first point release in the 7.x series. There are a few features – like the void return type – which have been introduced. Below are a few new selected features in PHP 7.1.
In the post he covers:
- void functions (return type)
- nullable types
- symmetric array destructuring
- class constant visibility
For each, code samples are provided and some of the benefits (and limitations) that come along with them.