Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 400 Bytes

File metadata and controls

24 lines (14 loc) · 400 Bytes

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.