= 5.3.0, PHP 7, PHP 8)gmp_testbit — Tests if a bit is set說明gmp_testbit(GMP|int|string $num, int $index): boolTests if the specified">
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
gmp_testbit — Tests if a bit is set
Returns true if the bit is set in num,
otherwise false.
An E_WARNING level error is issued when
index is less than zero, and false
is returned.