Açılır listeyi görüntüleyin

gmp_or()

« gmp_nextprime | gmp_perfect_square »
<?php
$resource 
gmp_or (
    
// resource $a
    
  // resource $b
);

// shows the result
$string gmp_strval($resource16);
?>
Sonuç
$resource = 'GMP instance'
$string = 'fffffff6'
Örnekler
#1 gmp_or  ("0xfffffff2",
 
"4")
#2 gmp_or  ("0xfffffff2",
 
"2")
Ayrıca bkz
gmp_strval