Call to undefined function mb_detect_encoding() 错误 .

================================================================================================
二、Fatal error: Call to undefined function: mb_detect_encoding() in C:\Program Files\AppServ\www\...\xxx.php on line 1355
1、用记事本打开php.ini文件,使用快捷键Ctrl+F查找extension=php_mbstring.dll
2、 如果php.ini文件中存在extension=php_mbstring.dll,去掉该行extension前面的分号,
      如果不存在,就在其他extension=...的下一行加入extension=php_mbstring.dll,
      最终记得保存php.ini文件
3.   重新启动你的Apache服务器

你可能感兴趣的:(Call to undefined function mb_detect_encoding() 错误 .)