| 
 | gmp_scan1Scan for 1 Description
   int gmp_scan1
    ( resource  $a, int$start)
   Scans  Parameters
 
 Return ValuesReturns the index of the found bit, as an integer. If no set bit is found, -1 is returned. Examples
 Example #1 gmp_scan1 example 
<?phpThe above example will output: 3 9 |