Display the drop-down list

bcmod()

« bcdiv | bcmul »
<?php
$string 
bcmod (
    
// string $left_operand
    
  // string $modulus
);
?>
Result
$string = '0'
Examples
#1 bcmod  ("4",
 
"2")
#2 bcmod  ("2",
 
"4")
See also
bcdiv