我的服务器上安装了mbstring,它显示在phpinfo()输出的“附加.ini文件解析”行中。
但是当我尝试使用mb_convert_encoding()
函数时,它会给我以下错误:
Fatal error: Uncaught Error: Call to undefined function mb_convert_encoding() in /var/www/example.org/public_html/debug.php:11 Stack trace: #0 {main} thrown in /var/www/example.org/public_html/debug.php on line 11
当我尝试使用sudo apt-get install php7.2-mbstring
安装mbstring时,它表示已经安装了mbstring