1.

What will be the output of the following PHP code?
<?php
$Profile = array("Ajit"=>"22", "Ats"=>"23", "Aju"=>"24");
print_r(array_change_key_case($Profile, CASE_UPPER));
?>

A. None of these
Answer» B.


Discussion

No Comment Found

Related MCQs