Exibir a lista drop-down

gmp_init()

« gmp_hamdist | gmp_intval »
<?php
$resource 
gmp_init (
    
// mixed $number
    
  // [int $base = 0]
);

// shows the result
$string gmp_strval($resource);
?>
resultado
$resource = 'GMP instance'
$string = '123456'
Exemplos
#1 gmp_init  (123456)
#2 gmp_init  ("0xFFFFDEBACDFEDF7200")
Veja também
gmp_abs, gmp_strval