News

In this final article in the series on new features in PHP 7.x, we shall discuss improvements to arrays, operators, constants, and exception handling.
This one's a classic case of "easy when you know how." How many times have you grabbed a comma-separated string, exploded it into an array, and assigned each item in the array to its own variable ...