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