php安装mbstring拓展

2024-10-12 18:34:40

1、前面我们在学习了php的安装,这里还需要使用php的安装包。进入php安装包拓展目录,查看是否有mbstring文件夹

php安装mbstring拓展php安装mbstring拓展

4、打开php.ini文件,修改以下内容:;extension=mbstring 改成 extension=mbstring我的php使用的FPM模式,所以需要重启php-fpm

php安装mbstring拓展
猜你喜欢