bit_xor

Returns the bitwise XOR of two integers.

Each bit in the binary expansion of the result will be set if the corresponding bits in the two input numbers are different from one another.

Parameter 1 - an integer value.

Parameter 2 - another integer value.

Returns: the bitwise XOR of the integers.