| 
 | gmp_scan0Scan for 0 Description
   int gmp_scan0
    ( resource  $a, int$start)
   Scans  Parameters
 
 Return ValuesReturns the index of the found bit, as an integer. The index starts from 0. Examples
 Example #1 gmp_scan0 example 
<?phpThe above example will output: 3 7 |