array_sum

Example

 number array_sum ( array $array ) 

Description

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

Return Values

Returns the sum of values as an integer or float.