Array change case

Saves the phpinfo() page to an file

Snippet information

Author:
Jonas John

License:
Public Domain

Language:
PHP

Created:
03/28/2006

Updated:
03/28/2006

Tags:
,


function array_changecase($a, $c='l'){
    return array_change_key_case($a,($c=='u') ? 
        CASE_UPPER : CASE_LOWER);
}


Found a bug? Or do you have a better solution for this?
Feel free to leave a message:

Add a comment


Leave a comment