PHP Manual
Prev
Next
bcmod
bcmod -- Get modulus of an arbitrary precision number.
Description
string bcmod
(string left operand, string modulus);
Get the modulus of the
left operand
using
modulus
.
See also
bcdiv()
.
Prev
Home
Next
bcdiv
Up
bcmul