Snippets tagged “array-sum”
1 snippet uses this tag.
- How to find average from array in php?PHP
You can use the array_sum function to get the sum of all the values in an array, and then divide that sum by the number of elements in the array to get the average.