Jquery中文网 www.jquerycn.cn
Jquery中文网 >  脚本编程  >  php  >  正文 php Fatal error: Call to undefined function mb_convert_encoding()

php Fatal error: Call to undefined function mb_convert_encoding()

发布时间:2018-09-09   编辑:www.jquerycn.cn
jquery中文网为您提供php Fatal error: Call to undefined function mb,convert,encoding()等资源,欢迎您收藏本站,我们将为您提供最新的php Fatal error: Call to undefined function mb,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);

您可能感兴趣的文章:
php Fatal error: Call to undefined function mb_convert_encoding()
解决Magento报错:Fatal error: Call to undefined method
Fatal error: Call to undefined function curl_init
php提示Fatal error: Call to undefined function openssl_x509_parse()
PHP Fatal error: Call to undefined function bcmul()
帝国cms设置及服务器本身问题引起的错误提示解决方法
Fatal error: Call to undefined function
windows 下 php curl 的支持配置方法
解决Call to undefined function imagettftext()方法
php连接数据库500错误

[关闭]