Sum of a row of an associative array using PHP?

Posted by Stevie Jenowski on Stack Overflow See other posts from Stack Overflow or by Stevie Jenowski
Published on 2010-05-18T01:10:07Z Indexed on 2010/05/18 1:20 UTC
Read the original article Hit count: 251

Filed under:
|
|
|
|

Is there a php function that returns the sum of a row of an associative array?

If not should I just use a counter and a foreach loop?

Appreciate it!

© Stack Overflow or respective owner

Related posts about php

Related posts about arrays