Exibir a lista drop-down

gmp_and()

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

// shows the result
$string gmp_strval($resource);
?>
resultado
$resource = 'GMP instance'
$string = '4'
Exemplos
#1 gmp_and  ("0xfffffffff4",
 
"0x4")
#2 gmp_and  ("0xfffffffff4",
 
"0x8")
Veja também
gmp_abs, gmp_strval