$result = Array
(
[0] => Array
(
[Product] => Array
(
[id] => 3
)
)
)
I have the above array, how do I collapse it so $result = 3
1 Answer