PHP Manual
Prev
Next
gmp_cmp
(PHP 4 >= 4.0.4)
gmp_cmp -- Compare numbers
Description
int
gmp_cmp
( resource a, resource b)
Returns a positive value if
a > b
, zero if
a = b
and negative value if
a < b
.
Prev
Home
Next
gmp_clrbit
Up
gmp_com