gmp_strval
gmp_strval
(PHP 4 >= 4.0.4, PHP 5, PHP 7)
gmp_strval — Convert GMP number to string
Description
string gmp_strval ( GMP $gmpnumber [, int $base = 10 ] )
Convert GMP number to string representation in base base
. The default base is 10.
Parameters
-
gmpnumber
-
The GMP number that will be converted to a string.
Either a GMP number 登录查看完整内容