PHP在使用bcsub()函數(shù)時(shí)需要安裝php-bcmath的擴(kuò)展,否者無(wú)法使用
安裝命令為:
yum install php-bcmath
如果報(bào)錯(cuò),就在php后加上當(dāng)前php版本號(hào)
比如我當(dāng)前使用的php版本為7.2.27,那么安裝命令改為:
yum install php72w-bcmath
PHP在使用bcsub()函數(shù)時(shí)需要安裝php-bcmath的擴(kuò)展,否者無(wú)法使用
安裝命令為:
yum install php-bcmath
如果報(bào)錯(cuò),就在php后加上當(dāng)前php版本號(hào)
比如我當(dāng)前使用的php版本為7.2.27,那么安裝命令改為:
yum install php72w-bcmath