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
0
option D is the correct answer.
Answered by
0
______✨ HEY MATE ✨______
➡️Option (D) is the right answer ✔️
➡️Option (D) is the right answer ✔️
Similar questions
Social Sciences,
6 months ago
Social Sciences,
6 months ago
Computer Science,
1 year ago
Physics,
1 year ago
Math,
1 year ago