PHP问题 —— undefined function mb_convert_encoding

1.1  undefined function mb_convert_encoding

1.1.1  现象

程序运行出现错误信息:

undefined function mb_convert_encoding

1.1.2  原因

这时候因为没有加载加载php_mbstring扩展的原因。

1.1.3  解决

在PHP.INI中把;extension=php_mbstring.dll前的分号去掉,重起apache即可。

注:如果发生错误的函数不是mb_convert_encoding,而是其它mb_开头的函数,其解决方案也是一样的。






本文转自 tywali 51CTO博客,原文链接:http://blog.51cto.com/lancelot/1772951,如需转载请自行联系原作者
上一篇:django rest framework 嵌套序列化


下一篇:问题解决办法:there are offline or missing virtual drivers with preserved cache