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