显示下拉菜单

bcpowmod()

« bcpow | bcscale »
<?php
$string 
bcpowmod (
    
// string $left_operand
    
// string $right_operand
    
// string $modulus
    
  // [int $scale]
);
?>
结果
$string = '1'
示例
#1 bcpowmod  ("5",
 
"2",
 
2)
另请参阅
bcmod, bcpow