博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
xml文件的建立和编码[SimpleXMLElement]
阅读量:6170 次
发布时间:2019-06-21

本文共 566 字,大约阅读时间需要 1 分钟。

最近写一个重写xml文件的程序,没有什么要求,就是编码上边有些困惑,不废话,上代码.

$xml = new SimpleXMLElement('
'); foreach ( $result as $k => $v ) {
$thumb = $xml->addChild('thumbnail'); $thumb->addAttribute('title', $v['title']); $thumb->addAttribute('target', '_parent'); $thumb->addAttribute('url', 'http://www.zgweb.com'); $thumb->addAttribute('filename', "{
$catid}_{
$contentid}.jpg"); $thumb->addAttribute('description', $v['description']); } $xml->asXML(MG_WEBEXH_ROOT.$xmlFile);

1.使用encoding直接对编码进行限制

2.木有了.

转载于:https://www.cnblogs.com/imvkmark/archive/2012/01/09/2317017.html

你可能感兴趣的文章
技术Leader
查看>>
参加51CTO学院软考培训,我通过啦
查看>>
Ethereum's SWARM or IPFS 的异同
查看>>
部署MDT2010(下)
查看>>
开源社交系统ThinkSNS V4更新播报!
查看>>
APIJSON, 让接口和文档见鬼去吧!
查看>>
oracle报错: ORA-03113: end-of-file on communication channel Process
查看>>
apache的MDM模块
查看>>
mysql-proxy主从服务架构下读写分离和负载均衡实现及原理
查看>>
RPM包管理
查看>>
我的友情链接
查看>>
几个linux监测工具
查看>>
shell echo 彩色字体
查看>>
random-生成随机数模块
查看>>
MITK(二): 生成插件
查看>>
Linux上的虚拟化技术 Xen 初学者指南(上)
查看>>
Hibernate CURD的封装和HQL的多表查询:
查看>>
我的友情链接
查看>>
Spark SQL 初探
查看>>
我的友情链接
查看>>