|
gmp_scan1Scan for 1 Description
int gmp_scan1
( GMP
$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
<?php The above example will output: 3 9 |