ArrayHelper Usage $result = \WebServCo\Framework\Helpers\ArrayHelper::method($arguments); Static methods get($array, $key, $defaultValue = null) Get a value from an array if it exists, otherwise a specified default value. For multi dimensional arrays please see ArrayStorage. isMultidimensional($array = []) Check if an array is multidimensional.