mbstirng扩展安装
小于 1 分钟
mbstirng扩展安装
yum -y install epel-release
yum -y install php-mbstring
之后在php.ini配置文件中开启
extension=mbstring
重启php
staytemctl restart php-fpm
php -m | grep mbstring
yum -y install epel-release
yum -y install php-mbstring
之后在php.ini配置文件中开启
extension=mbstring
重启php
staytemctl restart php-fpm
php -m | grep mbstring