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