gmp_and()
gmp_and - Bitwise ANDSyntax
resource gmp_and (resource $a, resource $b)Arguments
- a - It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.
- b - It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.
