|
gmp_exportExport to a binary string Description
string gmp_export(GMPintstring
$num , int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN)Export a GMP number to a binary string Parameters
Return ValuesReturns a string. Changelog
Examples
Example #1 gmp_export example
The above example will output: AA See Also
|