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