   #PHP Manual GMP functions gmp_clrbit gmp_com

   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
