I was wondering if foreach() works when the array looks like this:
Will foreac
Yes, PHP has no real distinction between arrays with numeric vs non-numeric keys. They're all simply arrays as far as PHP is concerned.