bccomp
(PHP3 , PHP4)
bccomp --- 比较二个高精准度数字
语法 :
int bccomp
(string left operand, string right operand [ , int scale] );说明 :
比较参数left operand与right operand,且传回值为整数。参数scale是非必需的,scale是用来设定传回的值到小数点第几位。若二个数相等则传回值为0,若left operand大于right operand则传回值为+1,若left operand小于right operand则传回值为-1。