Question:What is the output of this code snippet?

<?php

$a = array(0.001 => 'b', .1 => 'c');

print_r($a);

?>
 

A  

B 0.001 => 'b', .1 => c 

C 0 => 'c' 

D  

E  

+ Answer
+ Report
Total Preview: 869

Copyright © 2024. Powered by Intellect Software Ltd