php domdocument 有关问题

WBOY
Release: 2016-06-13 10:06:18
Original
828 people have browsed it

php domdocument 问题
$xmlDoc = new DOMDocument();这个语句出现如下错误
Fatal error: Cannot instantiate non-existent class: domdocument in D:\wwwroot\test.php on line 14
请高手帮帮,是什么问题?

------解决方案--------------------
你的PHP没有那个类,可能还没有加载那个XML的DOM组件,请楼主检查一下
------解决方案--------------------

探讨
你的PHP没有那个类,可能还没有加载那个XML的DOM组件,请楼主检查一下

------解决方案--------------------
探讨
你的PHP没有那个类,可能还没有加载那个XML的DOM组件,请楼主检查一下

------解决方案--------------------
http://jp.php.net/manual/en/domdocument.construct.php
------解决方案--------------------
哈哈,错误信息很明显了啊
------解决方案--------------------
换PHP5
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template