PHP bcmod function
bcmod
(PHP 3, PHP 4, PHP 5)
bcmod -- Get modulus of an arbitrary precision numberDescriptionstring bcmod ( string left_operand, string modulus )
Get the modulus of the left_operand using
modulus.
left_operand
The left operand, as a string.
The modulus, as a string.
Return Values
Returns the modulus as a string, or NULL if
modulus is 0.
Example 1. bcmod() example
See Also
bcdiv()
Home | PHP Functions | PHP bcmod function
You’re currently reading “ PHP bcmod function ,” an entry on BRADINO
- Published:
- 2.26.07 / 1am
- Category:
- PHP Functions














Have your say