PHP » GoLang |
login |
register |
about
|
bccomp(PHP 4, PHP 5, PHP 7) bccomp — Compare 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 |
more
Recently updated
more
Most requested
more
Last requests
|