显示下拉菜单

gmp_invert()

« gmp_intval | gmp_jacobi »
<?php
$resource 
gmp_invert (
    
// resource $a
    
  // resource $b
);

// shows the result
$string gmp_strval($resource);
?>
结果
$resource = false
$string = '0'
示例
#1 gmp_invert  ("5",
 
"10")
#2 gmp_invert  ("5",
 
"11")
另请参阅
gmp_abs, gmp_strval