Computer Science, asked by chaitanyasharma73631, 1 year ago

What will be the output of the following PHP code ?

<?php $age = array("Harry" => "21", "Ron" => "23","Malfoy" => "21"); array_change_key_case($age, CASE_UPPER); array_pop($age); print_r($age); ?>
A.Array ( [Harry] => 21 [Ron] => 23 [Malfoy] => 21 )
B.Array ( [HARRY] => 21 [RON] => 23 [MALFOY] => 21 )
C.Array ( [HARRY] => 21 [RON] => 23 )
D.Array ( [Harry] => 21 [Ron] => 23 )

Answers

Answered by cutieeee10101
0
hey mate........the answer is

C.Array ( [HARRY] => 21 [RON] => 23 )
Answered by Anonymous
0
&lt;b&gt;&lt;font size = "4"&gt;(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)(^_-)
╭╼╾╼╾╼╾╼╾╼╾╼╾╼╾╮
┃ ┈┈ [_Hɪ Mᴀᴛᴇ_] ┈┈┈ ┃
╰╼╾╼╾╼╾╼╾╼╾╼╾╼╾╯

╔═══❁═❀═✪═❀═❁════╗
......Here You Go Ur Answer......
╚═══❁═❀═✪═❀═❁════╝

ıllıllıllıllıllıllı[ Your Answer ]ıllıllıllıllıllıllı

◆━━━━━◆♤◆━━━━━◆
☆Correct | ♤ | Option☆
◆━━━━━◆♤◆━━━━━◆

\huge\boxed{\texttt{\fcolorbox{aqua}{grey}{B}}} {\bf{\underline{Answer}}}

&lt;marquee&gt;

▂▃▅▇█▓▒░[ Hope It Helps You Dear ]░▒▓█▇▅▃▂
Similar questions