Fatal error: Call to undefined function mb_strtolower()

前端 未结 4 747
终归单人心
终归单人心 2020-12-18 23:52

i have a vps server i installed nginx + php-fpm now i have a problem with mb_strtolower() function this is my php info pleas goto this adress to see my php info

         


        
4条回答
  •  不知归路
    2020-12-19 00:19

    Search in your php.ini for this line:

    ;zend.multibyte = Off
    

    And change it to:

    zend.multibyte = On
    

提交回复
热议问题