bccompCompare two arbitrary precision numbers Description
int bccomp
( string
$left_operand
, string $right_operand
[, int $scale = 0
] )
Compares the Parameters
Return Values
Returns 0 if the two operands are equal, 1 if the
ExamplesExample #1 bccomp example
<?php |