|
gmp_testbitTests if a bit is set Description
bool gmp_testbit(GMPintstring
$num , int $index )Tests if the specified bit is set. Parameters
Return Values
Returns Errors/Exceptions
An Examples
Example #1 gmp_testbit example
The above example will output: bool(false) bool(true) See Also
|