当前位置:首页 > PHP教程 > php应用 > 列表

php Fatal error: Call to undefined function mb_convert_encoding()

发布:smiling 来源: PHP粉丝网  添加日期:2015-04-04 15:02:32 浏览: 评论:0 

如果你php使用字符编码转换函数 mb_convert_encoding碰到 Call to undefined function mb_convert_encoding()问题,可参考本文章来解决.

在运行程序时发生“Fatal error: Call to undefined function

mb_convert_encoding()”致命错误,这个问题很好解决,在php.ini中打开extension=php_mbstring扩展即可.

最后重启apache即可

测试,如:$content = iconv("UTF-8", "gb2312//IGNORE″, $content);

Tags: Fatal error: undefined function

分享到: