(PHP 3, PHP 4 >= 4.0.0)
string bcadd (string left operand, string right operand, int [scale])
string bcadd
left operand を right operand に加算して、その合計を文字列で返します。 オプションの scale パラメータは、結果における 小数点以下の桁数を指定するために使用します。
bcsub()も参照下さい。