Home > Backend Development > PHP Tutorial > PHP中遍历stdclass object

PHP中遍历stdclass object

WBOY
Release: 2016-06-23 14:32:45
Original
1014 people have browsed it

简介:这是PHP中遍历stdclass object的详细页面,介绍了和php,有关的知识、技巧、经验,和一些php源码等。

class='pingjiaF' frameborder='0' src='http://biancheng.dnbcw.info/pingjia.php?id=337766' scrolling='no'>

转自:闭上眼看见天的-百度空间

PHP中遍历stdclass object

2010-03-22 11:22

需要操作的数据:

$test =Array    (        [0] => stdClass Object           (             [tags] => 最快的车,Bloodhound,SSC             [id] => 48326888
Copy after login
Copy after login
Copy after login
Copy after login
Copy after login
从网上查到的方法是 用get_object_vars 把类类型转换成数组 然后在用 foreach  遍历即可
Copy after login
$array = get_object_vars($test);
Copy after login

爱J2EE关注Java迈克尔杰克逊视频站JSON在线工具

http://biancheng.dnbcw.info/php/337766.html pageNo:9
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template