API17:JArrayHelper::isAssociative
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JArrayHelper::isAssociative
Description
Method to determine if an array is an associative array.
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
SeeAlso:JArrayHelper::isAssociative
Examples
<CodeExamplesForm />
