PHP 8.1.28 Released!

gmp_intval

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

gmp_intvalConverte un numero GMP in un intero

Descrizione

gmp_intval(resource $gmpnumber): int

Questa funzione converte un numero GMP in un intero.

Avviso

Questa funzione restituisce un risultato utile, solo se il numero attualmente fornito al PHP è un intero (per esempio, un tipo signed long). Se desideri solo stampare il numero GMP, usa gmp_strval().

add a note

User Contributed Notes

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