Posts by Alex Torres • 31 points
1 post
-
3
votes2
answers11884
viewsA: Add value of an array
I used this method a lot, today has this: $total = array_sum ( array_column($itens, 'preco') ); Remembering that the array_column() function appeared in PHP 5.5…