What will be the output of the following PHP code?
<?php
$num = array(2, 5, 10, 1);
echo(array_product($num));
?> , 1) 10,2) 3, 3) 100, 4) 6, "> What will be the output of the following PHP code?
<?php
$num = array(2, 5, 10, 1);
echo(array_product($num));
?> "/> What will be the output of the following PHP code?
<?php
$num = array(2, 5, 10, 1);
echo(array_product($num));
?> , 10, 3, 100, 6, "/>