gmp_perfect_square()
gmp_perfect_square - Perfect square checkSyntax
bool gmp_perfect_square (resource $a)Arguments
- a - The number being checked as a perfect square. It can be either a GMP number resource, or a numeric string given that it is possible to convert the latter to a number.
