Display the text box

gmp_clrbit()

« gmp_and | gmp_cmp »
<?php
$a 
gmp_init(
    
// mixed $number
    
 // [int $base = 0]
);

gmp_clrbit (
    
// resource $a
    
  // int $index
);

// shows the result
$string gmp_strval($a2);
?>
Result
$string = '11111110'
Examples
#1 gmp_clrbit  (/* $number = "0xff" */
 
$a,
 
0)
See also
gmp_init, gmp_setbit, gmp_strval, gmp_testbit