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
Hey... hey you... yes you!... Having a good time? Learning new things? Good!
Go DeepPro
In this video series, you will go deeper into the instruction.