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

array_sum - Calculate the sum of values in an array

number array_sum( array $array )

array_sum() returns the sum of values in an array.

Parameters:

array - The input array.

Return Value:

The sum of values in array.

Version

1.0 and above.

Clone this wiki locally