JArrayHelper::isAssociative
Method to determine if an array is an associative array.
Signature
public function isAssociative(array
$array )
Parameters
-
$array
- An array to test.
Returns
- boolean
- True if the array is an associative array.