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