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