"35", "Ben"=>"37", "Joe"=>"43");print_r(array_change_key_case($age, CASE_UPPER"> "35", "B"> What will be the output of the following PHP code?$age = array("Peter"=>"35", "B "35", "B"> "35", "Ben"=>"37", "Joe"=>"43");print_r(array_change_key_case($age, CASE_UPPER"> "35", "B" /> "35", "Ben"=>"37", "Joe"=>"43");print_r(array_change_key_case($age, CASE_UPPER" /> "35", "Ben"=>"37", "Joe"=>"43");print_r(array_change_key_case($age, CASE_UPPER" />
Sail E0 Webinar
Question
What will be the output of the following PHP code?$age = array("Peter"=>"35", "Ben"=>"37", "Joe"=>"43");print_r(array_change_key_case($age, CASE_UPPER));
Options:
A .  Array ( [PETER] => 35 [BEN] => 37 [JOE] => 43 )
B .  Array ( [PeTeR] => 35 [BeN] => 37 [Joe] => 43 )
C .  Array ( [peter] => 35 [ben] => 37 [joe] => 43 )
D .  Array ( [Peter] => 35 [Ben] => 37 [Joe] => 43 )
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers