JArrayHelper::isAssociative
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JArrayHelper::isAssociative[edit]
Description[edit]
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[edit]
- JArrayHelper::isAssociative source code on BitBucket
- Class JArrayHelper
- Subpackage Utilities
- Other versions of JArrayHelper::isAssociative
User contributed notes[edit]
Code Examples[edit]