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