Exibir a lista drop-down

gmp_mul()

« gmp_mod | gmp_neg »
<?php
$resource 
gmp_mul (
    
// resource $a
    
  // resource $b
);

// shows the result
$string gmp_strval($resource);
?>
resultado
$resource = 'GMP instance'
$string = '24691356000'
Exemplos
#1 gmp_mul  ("12345678",
 
"2000")
#2 gmp_mul  ("3",
 
"2")
Veja também
gmp_abs, gmp_strval