update : 2015.11.03
php.shukuma.com검색:
|
bccomp(PHP 4, PHP 5, PHP 7) bccomp — 두 임의 정밀도 수 비교 설명
int bccomp
( string
$left_operand
, string $right_operand
[, int $scale
] )
인수
반환값
두 연산수가 같으면 0을, 예제Example #1 bccomp() 예제
<?php |