BIN_XOR()
Bitwise XOR
integer type (the widest type of the arguments)
Note
|
|
BIN_XOR (number, number [, number ...])
Parameter | Description |
---|---|
number |
A number of an integer type |
Returns the result of the bitwise XOR operation on the argument(s).