|
gmp_addAdd numbers Description
GMP gmp_add
( GMP
$a
, GMP $b
)Add two numbers. Parameters
Return ValuesA GMP number representing the sum of the arguments. Examples
Example #1 gmp_add example
<?php The above example will output: 200000000000000 |