API17:JArrayHelper::isAssociative
From Joomla! Documentation
JArrayHelper::isAssociative
Description
Method to determine if an array is an associative array.
Template:Description:JArrayHelper::isAssociative [Edit Descripton]
Since
Synopsis
public static JArrayHelper::isAssociative ($array)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $array | array | An array to test. |
Returns
boolean True if the array is an associative array.
Defined in
libraries/joomla/utilities/arrayhelper.php
Referenced by
See also
Template:SeeAlso:JArrayHelper::isAssociative
Examples
<CodeExamplesForm />