| 
 | gmp_strvalConvert GMP number to string Description
   string gmp_strval
    ( GMP  $gmpnumber[, int$base= 10
  ] )
   Convert GMP number to string representation in base
    Parameters
 
 Return ValuesThe number, as a string. Changelog
 
 Notes
 Examples
 Example #1 Converting a GMP number to a string 
<?php |