当前位置:在线查询网 > 在线百科全书查询 > gmp_and

gmp_and_在线百科全书查询


请输入要查询的词条内容:

gmp_and




gmp_and


(PHP 4 >= 4.0.4, PHP 5)

gmp_and -- 逻辑与

函数原型及解释


resource gmp_and ( resource a, resource b )

计算逻辑和两个GMP的数字

例子


<?php

$and1 = gmp_and("0xfffffffff4", "0x4");

$and2 = gmp_and("0xfffffffff4", "0x8");

echo gmp_strval($and1) . "\";

echo gmp_strval($and2) . "\";

?>

输出:


40

相关分词: gmp_and gmp and