ExamVeda
Login
Home
This question belongs to PHP Arrays
Arrays
?

What elements will the following script output?
<?php
$array = array (true => 'a', 1 => 'b');
var_dump ($array);
?>

Answer & Solution
Correct Answer: Option E
Let's discuss the solution. Join the discussion
Examveda
Question posted by Examveda
Community

Join the Discussion

No comments yet Be the first to discuss this question.