Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要编写 PHP 来将用户数据从一个安装的 WordPress 导出/导入到另一个安装。我想使用 XML。但是,我不确定哪些库/函数最适合使用。有什么建议吗?谢谢
SimpleXMLElement开始。
SimpleXML 适用于阅读 XML。我要使用 DOM。