Computer Science, asked by lindacrasto7338, 1 year ago

What elements will the following script output?

<?php $array = array (true => 'a', 1 => 'b'); var_dump ($array); ?>
A.1 => 'b'
B.True => 'a', 1 => 'b'
C.0 => 'a', 1 => 'b'
D.None

Answers

Answered by ajmal64
0
option D is the correct answer.
Answered by Anonymous
0
______✨ HEY MATE ✨______

➡️Option (D) is the right answer ✔️

&lt;marquee&gt;✌️ I THINK IT HELPED YOU ✌️
Similar questions