php如何打开mb_string

mbstring 处理多字节字符集转换时比较常用

  1. 执行 yum install php-mbstring
  2. 修改php.ini

    echo 'extension=mbstring.so' >>/etc/php.ini #根据php安装目录而定

  3. 重启web service,如果是apache:

    service httpd restart