简体   繁体   English

PHP5的DOM和XML函数?

[英]the DOM and XML functions for PHP5?

i've read that you could use the DOMdocument class in php5 to manipulate XML documents. 我读过您可以在php5中使用DOMdocument类来处理XML文档。 and also the XML functions. 以及XML函数。

where can i find documentation for the DOMdocument class with all its methods? 在哪里可以找到DOMdocument类及其所有方法的文档? and the same with XML functions? 与XML函数相同?

are these the only things i need to learn when handling (creating and reading) xml documents with php5? 这些是使用php5处理(创建和读取)xml文档时唯一需要学习的东西吗?

btw: there are xml_parser, xmlwriter, domxml, simplexml and so on built in into php5. 顺便说一句:php5中内置了xml_parser,xmlwriter,domxml,simplexml等。 which function set should i use?? 我应该使用哪个功能集?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM