简单教程
提交运行
代码编辑器:
<?php $pets = array("a"=>"Cat","B"=>"Dog","c"=>"Horse","b"=>"Bird"); print_r(array_change_key_case($pets,CASE_UPPER));
运行结果: