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