|
gmp_xorBitwise XOR Description
GMP gmp_xor(GMPintstring
$num1 , GMPintstring $num2 )Calculates bitwise exclusive OR (XOR) of two GMP numbers. Parameters
Return ValuesA GMP object. Examples
Example #1 gmp_xor example
The above example will output: 1011110111000100 |