<?php$num = array(2, 15, 20, 1);echo(array_product($num));?>
The array_product() function calculates and returns the product of an array.
Previous Question Next Question
Your comments will be displayed only after manual approval.