I just have to share that every time I type the following bit of code it makes me a bit giddy inside:
foreach ($data as $datum) {
/* do stuff with $datum */
}
and understanding why gives you a glimpse into my psyche.
The occasional musings of Andy Scheffler
I just have to share that every time I type the following bit of code it makes me a bit giddy inside:
foreach ($data as $datum) {
/* do stuff with $datum */
}
and understanding why gives you a glimpse into my psyche.