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
Checks whether an array is associative or not
A::isAssociative(array $array): bool
| Name | Type | Default | Description |
|---|---|---|---|
| $array * | array |
– | The array to analyze |
bool