The What
Syntax
There are two syntaxes available for the foreach
construct:
foreach ( array $array_variable as mixed $value ) { // do stuff }
foreach ( array $array_variable as string|integer $key => mixed $value ) { // do stuff }
Description
Show It in ActionBasic
Alternative SyntaxBasic
Keep It Simple, Stupid (KISS) - the best kiss you'll get in code.
Go DeepPro
In this video series, you will go deeper into the instruction.