|
PHP5中文手册
gmp_and(PHP 4 >= 4.0.4, PHP 5) gmp_and — Logical AND 说明
resource gmp_and
( resource $a
, resource $b
)
Calculates logical AND of two GMP numbers. 参数
返回值A GMP number representing the logical AND comparison. 范例Example#1 gmp_and() example
<?php 上例将输出:
|