PHP3 Manual
PrevNext

bcmod

bcmod -- Get modulus of an arbitrary precision number.

Description

string bcmod(string left operand, string modulus, int scale);

Get the modulus of the left operand using modulus. The scale parameter sets the number of digits after the decimal place in the result.

See also bcdiv().


PrevHomeNext
bcdivUpbcmul