bcmulMultiply two arbitrary precision numbers Description
string bcmul
( string
$left_operand
, string $right_operand
[, int $scale = 0
] )
Multiply the Parameters
Return ValuesReturns the result as a string. ExamplesExample #1 bcmul example
<?php See Also
|