API17

API17:JArrayHelper::isAssociative

From Joomla! Documentation

Joomla 11.1 JArrayHelper::isAssociative

Description

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.

See also


User contributed notes

Code Examples