|
gmp_andBitwise AND Description
GMP gmp_and
( GMP
$a
, GMP $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 |