Sum Array

Calculate the sum of all numbers in an array.

Code

General
array_sum($arr);

Parameters

Array of numbers

Server

More PHP Snippets