How do i get the sum of an multidimensional array?
Return of my Array:
array(25) {
[0]=>
array(1) {
["time_in_minutes"]=>
string(8) "01:30:00"
}
[1]=>
array(1) {
["time_in_minutes"]=>
string(8) "00:30:00"
}
[2]=>
array(1) {
["time_in_minutes"]=>
string(8) "00:30:00"
}
[3]=>
array(1) {
["time_in_minutes"]=>
string(8) "00:15:00"
}
[4]=>
array(1) {
["time_in_minutes"]=>
string(8) "00:15:00"
}
How do i get the sum of those values dynamicly? The expected output should be a Variable which adds all those time strings together