PHP » GoLang |
login |
register |
about
|
array_product(PHP 5 >= 5.1.0, PHP 7) array_product — Calculate the product of values in an array Descriptionarray_product() returns the product of values in an array. Parameters
Return ValuesReturns the product as an integer or float. Changelog
Examples
Example #1 array_product() examples
<?php The above example will output: product(a) = 384 product(array()) = 1 |
more
Recently updated
more
Most requested
more
Last requests
|