A
Q. What is the result of the following PHP code?
Code:
<?php
$arr = array(2, 1, 3);
echo(array_product($arr));
?>
$arr = array(2, 1, 3);
echo(array_product($arr));
?>
- Correct Answer - Option(C)
- Views: 8
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.