(PHP 3, PHP 4, PHP 5)
modulus で left operand を割った余りを求めます。
例 1. bcmod() の例
<?phpecho bcmod('4', '2'); // 0echo bcmod('2', '4'); // 2?>
bcdiv()