Checks if all the keys are numeric From 0 to N (Boolean).
1array_is_numeric($array);
Checks if all the values are Null type (Boolean).
1array_is_null($array);
Checks if the array is Multidimensional (Boolean).
1array_is_multidimensional($array);