4 lines
73 B
Text
4 lines
73 B
Text
|
foreach ($${1:variable} as $${2:key} => $${3:value}){
|
||
|
${4:// code...}
|
||
|
}
|