PHP » GoLang |
login |
register |
about
|
gmp_cmp(PHP 4 >= 4.0.4, PHP 5, PHP 7) gmp_cmp — Compare numbers Parameters
Return ValuesReturns a positive value if a > b, zero if a = b and a negative value if a < b. ExamplesExample #1 gmp_cmp() example
<?php The above example will output: 1 -1 0 |
more
Recently updated
more
Most requested
more
Last requests
|