API17:JArrayHelper::isAssociative
From Joomla! Documentation
JArrayHelper::isAssociative
Description
Method to determine if an array is an associative array.
public static function isAssociative ($array)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $array | array | An array to test. |
- Returns boolean True if the array is an associative array.
- Defined on line 269 of libraries/joomla/utilities/arrayhelper.php
- Since

- Referenced by
See also
JArrayHelper::isAssociative source code on BitBucket
Class JArrayHelper
Subpackage Utilities- Other versions of JArrayHelper::isAssociative
User contributed notes
Code Examples