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
You get WET when you swim. Stay DRY when you code.
Go DeepPro
In this video series, you will go deeper into the instruction.