(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
string bcmul (string left operand, string right operand [, int scale])
string bcmul
Multiply the left operand by the right operand and returns the result. The optional scale sets the number of digits after the decimal place in the result.
See also bcdiv().