API17

Difference between revisions of "JArrayHelper::isAssociative"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 28: Line 28:
 
* '''Since''' {{JVer|11.1 }}
 
* '''Since''' {{JVer|11.1 }}
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JForm::bind/11.1|JForm::bind]]
+
** [[API17:JForm::bind|JForm::bind]]
** [[JRegistry::bindData/11.1|JRegistry::bindData]]
+
** [[API17:JRegistry::bindData|JRegistry::bindData]]
** [[JForm::bindLevel/11.1|JForm::bindLevel]]
+
** [[API17:JForm::bindLevel|JForm::bindLevel]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JArrayHelper::isAssociative source code''' on [[jplatform:utilities/arrayhelper.php#cl-261|BitBucket]]
 
* {{JVer|11.1}} '''JArrayHelper::isAssociative source code''' on [[jplatform:utilities/arrayhelper.php#cl-261|BitBucket]]
* {{JVer|11.1}} Class [[JArrayHelper/11.1|JArrayHelper]]
+
* {{JVer|11.1}} Class [[API17:JArrayHelper|JArrayHelper]]
* {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Utilities|Utilities]]
* [[JArrayHelper::isAssociative|Other versions of JArrayHelper::isAssociative]]
+
* [[API17:JArrayHelper::isAssociative|Other versions of JArrayHelper::isAssociative]]
 
{{SeeAlso:JArrayHelper::isAssociative}}
 
{{SeeAlso:JArrayHelper::isAssociative}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:44, 11 May 2013

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.

Joomla 11.1 JArrayHelper::isAssociative[edit]

Description[edit]

Method to determine if an array is an associative array.

Template:Description:JArrayHelper::isAssociative [Edit Descripton]

public static function isAssociative ($array)
Parameter Type Default Description
$array array An array to test.

See also[edit]

Template:SeeAlso:JArrayHelper::isAssociative [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />