Mostrar lista de opciones

bcpowmod()

« bcpow | bcscale »
<?php
$string 
bcpowmod (
    
// string $left_operand
    
// string $right_operand
    
// string $modulus
    
  // [int $scale]
);
?>
Resultado
$string = '1'
Ejemplos
#1 bcpowmod  ("5",
 
"2",
 
2)
Ver también
bcmod, bcpow