|
gmp_importImport from a binary string Description
GMP gmp_import
( string
$data
, integer $word_size
, integer $options
)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 |