Exibir a lista drop-down

bcpowmod()

« bcpow | bcscale »
<?php
$string 
bcpowmod (
    
// string $left_operand
    
// string $right_operand
    
// string $modulus
    
  // [int $scale]
);
?>
resultado
$string = '1'
Exemplos
#1 bcpowmod  ("5",
 
"2",
 
2)
Veja também
bcmod, bcpow