PHP 8.3.4 Released!

gmp_add

(PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8)

gmp_addSomma di numeri

Descrizione

gmp_add(resource $a, resource $b): resource

Somma due numeri GMP. Il risultato, sarà un numero GMP che rappresenta la somma degli argomenti.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top