?
What elements will the following script output?
What elements will the following script output?
<?php
$array = array (true => 'a', 1 => 'b');
var_dump ($array);
?>
<?php
$array = array (true => 'a', 1 => 'b');
var_dump ($array);
?>
Join the Discussion
Login to post a comment or share your explanation.
Login