|
gmp_importImport from a binary string Description
GMP gmp_import(string
$data , int $word_size = 1, int $flags = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN)Import a GMP number from a binary string Parameters
Return ValuesReturns a GMP number. Changelog
Examples
Example #1 gmp_import example
The above example will output: 0 258 See Also
|