PHP头条
热点:

phpFatalerror:Calltoundefinedfunctionmb_convert_encoding()


如果你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);

本文地址:

转载随意,但请附上文章地址:-)

www.phpzy.comtrue/phpyy/41488.htmlTechArticlephpFatalerror:Calltoundefinedfunctionmb_convert_encoding() 如果你php使用字符编码转换函数 mb_convert_encoding碰到 Call to undefined function mb_convert_encoding()问题,可参考本文章来解决. 在运行程序时发生Fata...

相关文章

PHP之友评论

今天推荐