Skip to content

Kirby 4.2.0

A::isAssociative()

Checks whether an array is associative or not

A::isAssociative(array $array): bool

Parameters

Name Type Default Description
$array * array The array to analyze

Return type

bool

Parent class

Kirby\Toolkit\A