AbcAeffchen\SepaUtilities\SepaUtilities::getValFromMultiDimInput

    Signature

    private function getValFromMultiDimInput(array& $input, array $keys )

    Parameters

    $input — array
    Reference to an array


    $keys — array
    The keys of the multidimensional array in order of
    appearance. e.g. `['key1','key2']` checks
    `$arr['key1']['key2']`

    Returns

    mixed|false
    Returns the value of the field or null if the field does not exist.