PHP » GoLang |
login |
register |
about
|
gmp_export(PHP 5 >= 5.6.1, PHP 7) gmp_export — Export to a binary string Description
string gmp_export
( GMP
$gmpnumber
[, int $word_size = 1
[, int $options = GMP_MSW_FIRST | GMP_NATIVE_ENDIAN
]] )Export a GMP number to a binary string Parameters
Return Values
Returns a string or Examples
Example #1 gmp_export() example
<?php The above example will output: AA |
more
Recently updated
more
Most requested
more
Last requests
|