(PHP 7 >= 7.3.0)
gmp_perfect_power — Perfect power check
$a
Checks whether a is a perfect power.
a
PHP 5.5 之前为 GMP 数值资源,PHP 5.6 之后为 GMP 对象或数字,或可以转为数字的字符串。
Returns TRUE if a is a perfect power, FALSE otherwise.
TRUE
FALSE