The array_product() function calculates and returns the product of an array.
Syntax:array_product(array)
In above syntax, "array" specifies an array
<?php $array=array(4,5,8,10); echo(array_product($array)); ?>
Output:
Others
Languages
Frameworks
Web / Design
Mobile Technology
Sql & Technology
R4R