PHP Fatal error: Class #39;DOMDocument#39; not found
生活随笔
收集整理的这篇文章主要介绍了
PHP Fatal error: Class #39;DOMDocument#39; not found
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
PHP Fatal error: Class 'DOMDocument' not found
给PHP添加 xml模块:
yum install php-xml
如果是PHP5,则用
yum install php55w-xml
总结
以上是生活随笔为你收集整理的PHP Fatal error: Class #39;DOMDocument#39; not found的全部内容,希望文章能够帮你解决所遇到的问题。