(PHP 5, PHP 7 >= 5.3.0)
Tests if a bit is set
bool gmp_testbit ( GMP $a, int $index )
Tests if the specified bit is set.
Parameters:
a
Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number.
index
The bit to test