php xml获取标签属性,PHP SimpleXML获取属性

我正在读的XML看起来像这样:

The Big Bang Theory

http://www.tvrage.com/The_Big_Bang_Theory

2007-09-24

USA

05x23

The Launch Acceleration

得到(例如)我会做的最新剧集的数量:

$ep = $xml->latestepisode[0]->number;

这工作很好。但是,如果从< show id =“8511”>获取ID,该怎么办? ?

我已经尝试过像:

$id = $xml->show;

$id = $xml->show[0];

但没有一个工作。

更新

我的代码段:

$url = "http://services.tvrage.com/feeds/episodeinfo.php?show=".$showName;

$result = file_get_contents($url);

$xml = new SimpleXMLElement($result);

//still doesnt work

$id = $xml->show->attributes()->id;

$ep = $xml->latestepisode[0]->number;

echo ($id);

大利。 XML:

http://services.tvrage.com/feeds/episodeinfo.php?show=The.Big.Bang.Theory

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值