最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
简单入门级php 生成xml文档代码
时间:2022-06-24 20:53:50 编辑:袖梨 来源:一聚教程网
$doc = new domdocument('1.0');
// we want a nice output
$doc->formatoutput = true;
代码如下 | 复制代码 |
$root = $doc->createelement('book'); $title = $doc->createelement('title');$title = $root->appendchild($title); $text = $doc->createtextnode('this is the title'); echo "retrieving all the document: "; echo "retrieving only the title part: "; |
相关文章
- 零度曙光盾锤技能怎么搭配 盾锤技能搭配推荐 09-19
- 失控进化建家位置怎么选 建家位置选择推荐 09-19
- 对决剑之川曲玉怎么样 曲玉角色介绍 09-19
- 伊瑟零氪通关月塔源器怎么搭配 零氪通关月塔源器搭配推荐 09-19
- 伊瑟月塔30层莎朗怎么打 月塔30层莎朗打法攻略 09-19
- 鸣潮英雄的凯歌成就怎么完成-2.6英雄的凯歌成就达成方法 09-19