(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().