PHP Manualgmp_or(PHP 4 >= 4.0.4, PHP 5) gmp_or — Bitwise 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
![]() |
PHP-Index
New Tutorial entries
|