当需要使用
mb_*
函数时候, 例如: mb_strlen(), 则需要安装mbstring
扩展$ sudo apt install php7.0-mbstring
当需要在php中进行高精度的运算, 需要使用bc函数, 则需要安装bcmath扩展
$ sudo apt install php7.0-bcmath
Previous
sudo: pip:找不到命令
2017-05-31
Next
vi 使用 !q 无法退出
2017-05-18