| 
update : 2015.11.03
php.shukuma.com 검색:
  | gmp_intval(PHP 4 >= 4.0.4, PHP 5, PHP 7) gmp_intval — Convert GMP number to integer 반환값
   The integer value of  예제
 Example #1 gmp_intval() example 
<?php위 예제의 출력: 2147483647 2147483647 2147483648 주의Warning
    This function returns a useful result only if the number actually fits the PHP integer (i.e., signed long type). If you want just to print the GMP number, use gmp_strval(). |