LdapTools\Utilities\ConverterUtilitiesTrait::getArrayValue PHP Метод

getArrayValue() защищенный Метод

Get the value of an array key in a case-insensitive way.
protected getArrayValue ( array $options, string $key )
$options array
$key string
    protected function getArrayValue(array $options, $key)
    {
        return MBString::array_change_key_case($options)[MBString::strtolower($key)];
    }