Question:What will the following script output?
<?php
$array = array (0.1 => 'a', 0.2 => 'b');
echo count ($array);
?>
 

A 1 

B 2 

C 0 

D Nothing 

E 0.3 

+ Answer
+ Explanation
+ Report
Total Preview: 1107

Copyright © 2024. Powered by Intellect Software Ltd