PHP: foreach - Manual - PHP: Hypertext Preprocessor
The first form loops over the array given by array_expression. On each iteration, the value of the current element is assigned to $value and the internal array ... Unpacking nested arrays with list() (PHP 5 >= 5.5.0) PHP 5.5 added the ability to iterate o...