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