1.問題php
在ubuntu 16.10中,學習PHP,學習到PHP如何生成XML文件時候,碰到了這個問題:html
PHP Fatal error: Class 'ClassName\SimpleXMLElement' not found in /var/www/html/.../reg.class.php on line 40;apache
2.解決ubuntu
2.1 安裝php7.0-xml。
php7
在ubuntu中可使用"sudo apt-get install php7.0-xml"進行安裝。
學習
2.2 重啓apache服務。spa
在ubuntu中可使用「sudo service apache2 restart」重啓apache服務。
rest
最後問題獲得解決。code