call to undefined function mb_convert_encoding

参考连接: http://blog.coinidea.com/web%E5%BC%80%E5%8F%91/php-1177.htmlphp

Windows下解决:html

在php.ini中开启mbstring函数库:去掉extension=php_mbstring.dll前面的分号;web

Linux下解决:shell

  1. 首先安装 php-mbstring库文件:
yum install php-mbstring
  1. 以后,修改/etc/php.ini文件,在里面加一句
extension=mbstring.so
  1. 保存后重启httpd服务。
service httpd restart

参考连接: http://blog.coinidea.com/web%E5%BC%80%E5%8F%91/php-1177.htmlide

相关文章
相关标签/搜索