Sail E0 Webinar
Question
What elements will the following script output?$array = array (true => 'a', 1 => 'b');var_dump ($array);
Options:
A .  None
B .  True => 'a', 1 => 'b'
C .  1 => 'b'
D .  It will output NULL
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

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

Latest Videos

Latest Test Papers