gpt4 book ai didi

php - 将带有 XML 数据的 stdClass 对象转换为 PHP 中的数组

转载 作者:可可西里 更新时间:2023-11-01 00:03:23 25 4
gpt4 key购买 nike

给定这个对象:

stdClass Object (
[customerdata] => <TPSession userid="22" CustomerId="123456"LoginId="123456"/><TPSession userid="26" CustomerId="1234567"LoginId="1234567" />
)

如何使用 PHP 将此 XML 数据转换为数组?

最佳答案

简单地将其转换为数组:

$arr = (array) $obj;

关于php - 将带有 XML 数据的 stdClass 对象转换为 PHP 中的数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10478024/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com