|
gmp_andBitwise AND Description
resource gmp_and
( resource
$a
, resource $b
)Calculates bitwise AND of two GMP numbers. Parameters
Return ValuesA GMP number representing the bitwise AND comparison. ExamplesExample #1 gmp_and example
<?php The above example will output: 4 0 |