How can I get the addition of the total_qty_ordered of all the arrays?
This can be any number of arrays
Array (
[0] => Array ( [total_qty_ordered] => 1.0000 [1] => )
[1] => Array ( [total_qty_ordered] => 1.0000 [1] => )
[2] => Array ( [total_qty_ordered] => 1.0000 [1] => )
[3] => Array ( [total_qty_ordered] => 1.0000 [1] => )
[4] => Array ( [total_qty_ordered] => 1.0000 [1] => )
[5] => Array ( [total_qty_ordered] => 1.0000 [1] => )
[6] => Array ( [total_qty_ordered] => 1.0000 [1] => )
[7] => Array ( [total_qty_ordered] => 1.0000 [1] => )
[8] => Array ( [total_qty_ordered] => 1.0000 [1] => )
[9] => Array ( [total_qty_ordered] => 2.0000 [1] => )
[10] => Array ( [total_qty_ordered] => 1.0000 [1] => )
[11] => Array ( [total_qty_ordered] => 1.0000 [1] => )
)