PHP Code Check if Array is Associate Array

PHP Code Several Ways to Check if a PHP Array is an Associative Array

Home Short:

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.

S
H
A
R
E