当需要使用 mb_* 函数时候, 例如: mb_strlen(), 则需要安装mbstring扩展
$ sudo apt install php7.0-mbstring
当需要在php中进行高精度的运算, 需要使用bc函数, 则需要安装
2017-05-26