|
gmp_exportExport to a binary string Description
string gmp_export
( GMP
$gmpnumber
, integer $word_size
, integer $options
)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 |