a::isAssociative($array)

Checks wether an array is associative or not (experimental)

  • $array (array)
    The array to analyze
  • return (boolean)
    true: The array is associative false: It's not