Display the drop-down list

gmp_or()

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

// shows the result
$string gmp_strval($resource16);
?>
Result
$resource = 'GMP instance'
$string = 'fffffff6'
Examples
#1 gmp_or  ("0xfffffff2",
 
"4")
#2 gmp_or  ("0xfffffff2",
 
"2")
See also
gmp_strval