Skip to content
Advertisement

How to get sum of values in specific index of multidimensional array using php?

I have this this array in my code

JavaScript

How could I get sum element with same index? Forexample – sum of all element with index 5 or index 1. If it possible without hardcode.

Advertisement

Answer

You can use this code

This is demo code for test

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement