|
gmp_andBitwise AND Description
GMP gmp_and(GMPintstring
$num1 , GMPintstring $num2 )Calculates bitwise AND of two GMP numbers. Parameters
Return Values
A GMP number representing the bitwise ExamplesExample #1 gmp_and example
The above example will output: 4 0 |