My Array
Array (
[0] => stdClass Object (
[name] => name
[title] => --
[description] => No
[url] => http://google.com
[updated] => 1553419890 )
[1] => stdClass Object (
[name] => Hey
[title] => Title
[description] => Yes
[url] => http://twitter.com
[updated] => 1553321131 )
)
How do I loop the above array with for each?