The headline says it all: Is there a vertical sum function in php that adds a (sub)array value over the entire array, like this:
// pseudo code that would return the sum of "income" for all days of the year
// for example
vertical_sum($array[$day_of_year]["income"]);