Here are several ways to check if an array is an associtive array or not. Note: this assumes the input $array is a flat or single dimensional array. If you need to check a multidimensional array. See the bottom textbox for how to do this.
If you need to check a multidimensional array and ensure all dimensions/levels are associative array you need to loop.