是否有有关 PHP XMLWriter 功能的资源?
PHP 文档可以在这里找到,但我认为它相当缺乏。 没有如何使用这些功能的示例,并且很少(如果有的话)页面有用户评论。 那么我在哪里可以找到有关如何使用这些函数编写 XML 文档的解释(和示例代码)?
The PHP documentation can be found here, but I think it's rather lacking. There are no examples of how to use these functions, and few (if any) of the pages have user comments. So where might I be able to find an explanation (and example code) on how to use these functions to write an XML document?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道任何其他资源,但我在 的评论中找到了示例这个页面非常有帮助。
I don't know any other resources, but I found the examples in the comments on this page quite helpful.
我建议您查看 DOM 函数 而不是 SimpleXML 函数 -它更加坚固。 没有那么简单,但肯定有更多功能。
I'd recommend looking at the DOM functions over the SimpleXML ones - it's much more robust. Not as simple, but definitely has more features.