News

PHP 8.0 adds support for several functions- and methods-related features, including enhanced callables, named function arguments, and Fibers, interruptible functions adding support for multitasking.
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.
You can utilize the string functions available in PHP to find instances of "field_" in your array. Here is something I whipped up to test this in action.