Home >Backend Development >PHP Tutorial >请问PHP simplexml_load_string读取XML并比较数值的有关问题

请问PHP simplexml_load_string读取XML并比较数值的有关问题

WBOY
WBOYOriginal
2016-06-13 11:44:551066browse

请教PHP simplexml_load_string读取XML并比较数值的问题.

本帖最后由 xp8878 于 2014-01-12 18:21:08 编辑 XML结构如下
父节点
子节点1xxx
子节点2xx
Parent下有两个节点,PHP用变量$p指向Parent
为什么$p->Child1==$p->Child2结果是true?
怎么判断两个值是否相等?
谢谢!
Statement:
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