How can I get the current element number when I\'m traversing a array?
I know about count(), but I was hoping there\'s a built-in function for getting the current field
foreach() { $i++; if(index($key) == $i){} // }