How can one tell if a PHP array is a simple array or a hashed array
(key/valye). The gettype returns "array", but is there a function
that will tell me the type?
Also, when you have a mixed array, some flat, some hashed, how can you
tell the type of each element?