I have an array like this:
Array
(
[23] => 540,
[25] => Array
(
[656] => Array(671 ,680),
[345] => 400
)
)
I want to get the values:
540, 671, 680, 400
The problem for me is, that this array is growing and I don't know how many levels deep it will be.