Utility/ArrayUtil.php
- Package
- Default
Package: DefaultArray Utility class for testing and converting arrays
Methods



isAssociateArray(array $arr) : true
staticTest if an array is an associate array
ParametersName | Type | Description |
---|
$arr | array | |
---|
ReturnsType | Description |
---|
true | if $arr is an associative array |