update : 2015.11.03
php.shukuma.com검색:
|
bcadd(PHP 4, PHP 5, PHP 7) bcadd — 두 임의 정밀도 수 더하기 설명
string bcadd
( string
$left_operand
, string $right_operand
[, int $scale
] )
인수
반환값두 연산수의 합, 문자열. 예제Example #1 bcadd() 예제
<?php |