ニュース

Curly Braces ( { and }) Used to define code blocks, enclose associative array elements, and for variable interpolation in double-quoted strings. Square Brackets ( [ and ]) Used for defining arrays and ...
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.