大马资讯论坛 - 马来西亚中文资讯平台
标题:
[教学] SimpleXmlElement的enclosure一直警告Node no longer exists
[打印本页]
作者:
资讯王
时间:
2013-8-3 23:45
标题:
[教学] SimpleXmlElement的enclosure一直警告Node no longer exists
Php SimpleXmlElement的enclosure一直警告Node no longer exists
原因是不是每个item都有enclosure,系统就警告啦,以下的代码可以解决这个问题
if (isset($xml->channel->item[$i]->enclosure)){
if (isset($xml->channel->item[$i]->enclosure->attributes()->url)){
$img_url = $xml->channel->item[$i]->enclosure->attributes()->url;
echo $img_url . '<br>';
}
}
复制代码
欢迎光临 大马资讯论坛 - 马来西亚中文资讯平台 (http://freeinfo.com.my/)
Powered by Discuz! X3.3