gmp_perfect_power

(PHP 7 >= 7.3.0)

gmp_perfect_powerPerfect power check

説明

gmp_perfect_power ( mixed $a ) : bool

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.

参考