Array
(
[menu-162] => Array
(
[attributes] => Array
(
[title] => example1
)
[href] => node/13
[title] => test1
)
[menu-219] => Array
(
[attributes] => Array
(
[title] => example2
)
[href] => node/30
[title] => test2
)
)
If I assign the above array to a variable named $hello, now, I want to use a loop only output the menu-162, menu-219.
If I want to only output the attributes title value, if I only want to output the href's value.
How do I write these loops?
foreachdocumentation? Tried to loop through the array andprint_ron each iteration to see what you can work with?