array_change_key_case
Astrotomic/php-twemoji
Supported Versions: PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
Changes the case of all keys in an array
<?php array_change_key_case
(array
$array
,
int $case
=
CASE_LOWER
): array