Skip to content
Chung Leong edited this page Jan 10, 2022 · 4 revisions

array_product - Calculate the product of values in an array

number array_product( array $array )

array_product() returns the product of values in an array.

Parameters:

array - The input array.

Return Value:

The product of values in array.

Version

1.0 and above.

Clone this wiki locally