|
gmp_orBitwise OR Description
GMP gmp_or
( GMP
$a
, GMP $b
)Calculates bitwise inclusive OR of two GMP numbers. Parameters
Return ValuesA GMP number resource in PHP 5.5 and earlier, or a GMP object in PHP 5.6 and later. Examples
Example #1 gmp_or example
<?php The above example will output: fffffff6 fffffff2 |