gmp_or
(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)
gmp_or — ビット OR を計算する
戻り値
GMP オブジェクトを返します。
例
例1 gmp_or() の例
<?php
$or1 = gmp_or("0xfffffff2", "4");
echo gmp_strval($or1, 16) . "\n";
$or2 = gmp_or("0xfffffff2", "2");
echo gmp_strval($or2, 16) . "\n";
?>
上の例の出力は以下となります。
fffffff6 fffffff2
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google