|
PHP5中文手册
bcmul(PHP 4, PHP 5) bcmul — Multiply two arbitrary precision number 说明
string bcmul
( string $left_operand
, string $right_operand
[, int $scale
] )
Multiply the left_operand by the right_operand . 参数
返回值Returns the result as a string. 范例Example#1 bcmul() example
<?php |