当前位置:Gxlcms > PHP教程 > duquxml,该怎么处理

duquxml,该怎么处理

时间:2021-07-01 10:21:17 帮助过:7人阅读

duquxml







有人会用php读去这种xml文件吗?

帮帮忙
------解决思路----------------------
$s =<<< TXT




TXT;

$x = simplexml_load_string("$s");
print_r($x);
SimpleXMLElement Object
(
[row] => Array
(
[0] => SimpleXMLElement Object
(
[@attributes] => Array
(
[dataType] => TR
[ID] => 07A72498325C0B0DE050C7707961FCF8
[agentCode] => 253001001001001
[transferId] => C81_AGIN3439952663804
[tradeNo] => 141112789497906
[platformType] => AGIN
[playerName] => C81AGIN79514
[transferType] => IN
[transferAmount] => 100
[previousAmount] => 0
[currentAmount] => 100
[currency] => CNY
[exchangeRate] => 1
[IP] => 0
[flag] => 0
[creationTime] => 2014-11-12 06:08:12
[gameCode] =>
)

)

[1] => SimpleXMLElement Object
(
[@attributes] => Array
(
[dataType] => TR
[ID] => 07A75AD0A35E1114E050C7707961FF13
[agentCode] => 253001001001001
[transferId] => C81_AGIN3439952663804
[tradeNo] => 141112789497906
[platformType] => AGIN
[playerName] => C81AGIN79514
[transferType] => IN
[transferAmount] => 100
[previousAmount] => 0
[currentAmount] => 100
[currency] => CNY
[exchangeRate] => 1
[IP] => 0
[flag] => 0
[creationTime] => 2014-11-12 06:08:12
[gameCode] =>
)

)

[2] => SimpleXMLElement Object
(
[@attributes] => Array
(
[dataType] => TR
[ID] => 07A72498325D0B0DE050C7707961FCF8
[agentCode] => 253001001001001
[transferId] => C81_AGIN3439952663804
[tradeNo] => 141112789497906
[platformType] => AGIN
[playerName] => C81AGIN79514
[transferType] => IN
[transferAmount] => 100
[previousAmount] => 0
[currentAmount] => 100
[currency] => CNY
[exchangeRate] => 1
[IP] => 0
[flag] => 0
[creationTime] => 2014-11-12 06:08:12
[gameCode] =>
)

)

[3] => SimpleXMLElement Object
(
[@attributes] => Array
(
[dataType] => TR
[ID] => 07A75AD0A3921114E050C7707961FF13
[agentCode] => 253001001001001
[transferId] => C81_AGIN3439952663804
[tradeNo] => 141112789497906
[platformType] => AGIN
[playerName] => C81AGIN79514
[transferType] => IN
[transferAmount] => 100
[previousAmount] => 0
[currentAmount] => 100
[currency] => CNY
[exchangeRate] => 1
[IP] => 0
[flag] => 0
[creationTime] => 2014-11-12 06:08:12
[gameCode] =>
)

)

)

)

人气教程排行