(PHP 5, PHP 7 >= 5.6.0)
gmp_root — Take the integer part of nth root
$a
$nth
Takes the nth root of a and returns the integer component of the result.
nth
a
PHP 5.5 이전에서 GMP 수 resource나, PHP 5.6 이후에서 GMP 객체, 또는 수로 변환할 수 있는 문자열일 수 있습니다.
The positive root to take of a.
The integer component of the resultant root, as a GMP number.