Display the drop-down list

gmp_and()

« gmp_add | gmp_clrbit »
<?php
$resource 
gmp_and (
    
// resource $a
    
  // resource $b
);

// shows the result
$string gmp_strval($resource);
?>
Result
$resource = 'GMP instance'
$string = '4'
Examples
#1 gmp_and  ("0xfffffffff4",
 
"0x4")
#2 gmp_and  ("0xfffffffff4",
 
"0x8")
See also
gmp_abs, gmp_strval