|
Post by seowebtrick on Jul 17, 2011 3:35:32 GMT -5
I use this code to change key funtion on my website. its not working.
<?php $input_array("FirSt" => 1, "SecOnd" => 4); print_r(array_change_key_case($input_array, CASE_UPPER)); ?>
What should i do on my website to activate this function.
|
|