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