一聚教程网:一个值得你收藏的教程网站

热门教程

php Fatal error: Call to undefined function mb_convert_encoding()

时间:2022-06-24 23:18:43 编辑:袖梨 来源:一聚教程网

在运行程序时发生“Fatal error: Call to undefined function
mb_convert_encoding()”致命错误,这个问题很好解决:

在php.ini中打开extension=php_mbstring扩展即可。

最后重启apache即可

测试

如:

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

热门栏目