函数:bcmod()


bcmod

取得高精确度数字的余数。

语法: string bcmod(string left operand, string modulus);

返回值: 字符串

函数种类: 数学运算

内容说明

得到 left operand 被 modulus 除后的余数字符串。

参考

bcdiv()  



整理: sadly (www.phpx.com)

[ 上一页 下一页 ]