Ubuntu安装PHP扩展


  1. 当需要使用 mb_* 函数时候, 例如: mb_strlen(), 则需要安装mbstring扩展

    $ sudo apt install php7.0-mbstring
  2. 当需要在php中进行高精度的运算, 需要使用bc函数, 则需要安装bcmath扩展

    $ sudo apt install php7.0-bcmath

参考文档


Author: Itaken
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source Itaken !
  TOC目录