I have a multidimensional array of undefined length that looks like
Array ( [0] => Array ( [price] => 75 ) [1] => Array ( [price] => 90 ) [2] => Array ( [price] => 95 ) [3] => Array ( [price] => 130 ) )
How can I get the price value of the last element in an array?
Greetings
adnan source share