array_sum function in php with example Example: php sum array elements <?php $a=array(5,15,25); echo array_sum($a); ?>