©
本文档使用 PHP中文网手册 发布
下列常量由此扩展定义,且仅在此扩展编译入 PHP 或在运行时动态载入时可用。
GMP_ROUND_ZERO
( integer )
GMP_ROUND_PLUSINF
( integer )
GMP_ROUND_MINUSINF
( integer )
GMP_MSW_FIRST
( integer )
GMP_LSW_FIRST
( integer )
GMP_LITTLE_ENDIAN
( integer )
GMP_BIG_ENDIAN
( integer )
GMP_NATIVE_ENDIAN
( integer )
GMP_VERSION
( string )
[#1] i at tiankonguse dot com [2013-08-06 02:06:21]
when I var_dump these constants,these values is
GMP_ROUND_ZERO 0
GMP_ROUND_PLUSINF 1
GMP_ROUND_MINUSINF 2
GMP_VERSION "5.0.2"