   #PHP Manual GMP functions gmp_random gmp_scan1

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                   gmp_scan0

   (PHP 4 >= 4.0.4)
   gmp_scan0 -- Scan for 0

Description

   int gmp_scan0 ( resource a, int start)

   Scans a, starting with bit start, towards more significant bits, until
   the first clear bit is found. Returns the index of the found bit.
   ______________________________________________________________________

   Prev       Home      Next
   gmp_random  Up  gmp_scan1
