|
gmp_orBitwise OR Description
GMP gmp_or(GMPintstring
$num1 , GMPintstring $num2 )Calculates bitwise inclusive OR of two GMP numbers. Parameters
Return ValuesA GMP object. Examples
Example #1 gmp_or example
The above example will output: fffffff6 fffffff2 |