API17:JArrayHelper::isAssociative
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 30: | Line 30: | ||
boolean True if the array is an associative array. | boolean True if the array is an associative array. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/utilities/arrayhelper.php | + | libraries/joomla/utilities/arrayhelper.php (line 268) |
| + | * see source code in [[jplatform:utilities/arrayhelper.php#cl-268|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JForm | + | * [[JForm::bind/11.1|JForm::bind]] |
| − | * [[JRegistry | + | * [[JRegistry::bindData/11.1|JRegistry::bindData]] |
| − | * [[JForm | + | * [[JForm::bindLevel/11.1|JForm::bindLevel]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 19:55, 23 April 2011
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 (line 268)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JArrayHelper::isAssociative
Examples
<CodeExamplesForm />
