显示下拉菜单

gmp_mul()

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

// shows the result
$string gmp_strval($resource);
?>
结果
$resource = 'GMP instance'
$string = '24691356000'
示例
#1 gmp_mul  ("12345678",
 
"2000")
#2 gmp_mul  ("3",
 
"2")
另请参阅
gmp_abs, gmp_strval