Class ArrayUtil
Description of ArrayUtil
Namespace: Mapbender\CoreBundle\Utils
Author: Paul Schmidt
Located at Mapbender/CoreBundle/Utils/ArrayUtil.php
Author: Paul Schmidt
Located at Mapbender/CoreBundle/Utils/ArrayUtil.php
Methods summary
public static
boolean
|
|
public static
mixed|null
|
|
public static
mixed
|
#
hasSet( array & $arr, string $key, null $value = null )
Check if array has a key and return the value, other way set new one and return it. |