|
gmp_scan0Scan for 0 Description
int gmp_scan0
( GMP
$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
<?php The above example will output: 3 7 |