显示文本框

gmp_or()

« gmp_nextprime | gmp_perfect_square »
<?php
$resource 
gmp_or (
    
// resource $a
    
  // resource $b
);

// shows the result
$string gmp_strval($resource16);
?>
结果
$resource = 'GMP instance'
$string = 'fffffff6'
示例
#1 gmp_or  ("0xfffffff2",
 
"4")
#2 gmp_or  ("0xfffffff2",
 
"2")
另请参阅
gmp_strval