如何用PHP的foreach遍历stdclass object对象数组
对象数组在打印时较普通数组多了stdClass Object,例如下格式:
$arr = Array
(
[0] => stdClass Object
(
[id] => 1
[title] => 爱国足de博客-dedecms栏目
)
[1] => stdClass Object
(
[id] => 2
[id] => ……