PHP 8.3.4 Released!

gmp_perfect_power

(PHP 7 >= 7.3.0, PHP 8)

gmp_perfect_powerPerfect power check

Description

gmp_perfect_power(GMP|int|string $num): bool

Checks whether num is a perfect power.

Parameters

num

A GMP object, an int or a numeric string.

Return Values

Returns true if num is a perfect power, false otherwise.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top