开发者

the DOM and XML functions for PHP5?

开发者 https://www.devze.com 2022-12-21 22:52 出处:网络
i\'ve read that you could use the DOMdocument class in php5 to manipulate XML documents. and also the XML functions.

i've read that you could use the DOMdocument class in php5 to manipulate XML documents. and also the XML functions.

where can i find documentation for the DOMdocument class with all its methods? and the same with XML functions?

are these the only things i need to learn when handling (creating and reading) xml documents with php5?

btw: there are xml_parser, xmlwriter, domxml, sim开发者_如何学编程plexml and so on built in into php5. which function set should i use??


DOMDocument documentation

0

精彩评论

暂无评论...
验证码 换一张
取 消