|
gmp_clrbitClear bit Description
void gmp_clrbit(GMP
$num , int $index )
Clears (sets to 0) bit Parameters
Return ValuesA GMP object. ExamplesExample #1 gmp_clrbit example
The above example will output: 254 Notes
See Also
|